Skip to content

Commit

Permalink
update versions of dependency actions (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner authored Sep 10, 2024
1 parent 3ed36b6 commit 96a2d7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Set up QEMU for cross-platform builds below
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Set up QEMU for cross-platform builds below
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.2.0
with:
image: tonistiigi/binfmt:latest
platforms: all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo output filename: ${filename}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
Expand All @@ -50,7 +50,7 @@ jobs:
# key so that the cache is invalidated upon file change or container
# version change.
- name: Cache LaTeX files
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-latex-${{ inputs.input }}-files
with:
Expand Down

0 comments on commit 96a2d7e

Please sign in to comment.