Bump dependencies #9

Merged
atomaka merged 4 commits from bump-dependencies into master 2024-11-06 23:16:40 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c30252267f - Show all commits

View file

@ -10,7 +10,7 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: https://github.com/ruby/setup-ruby@v1
with: with:
ruby-version: 3.3.5 ruby-version: 3.3.5
- run: | - run: |

View file

@ -8,7 +8,7 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: addnab/docker-run-action@v3 - uses: https://github.com/addnab/docker-run-action@v3
with: with:
image: docker.atomaka.com/mdformat:latest image: docker.atomaka.com/mdformat:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
@ -19,7 +19,7 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: https://github.com/ruby/setup-ruby@v1
with: with:
ruby-version: 3.3.5 ruby-version: 3.3.5
- run: | - run: |