Skip to content

Commit

Permalink
Update dependences of our custom GH actions
Browse files Browse the repository at this point in the history
Dependabot doesn't keep these up-to-date.

In particular, the setup-qemu-action update gets us Node 20 runners.

Go ahead and update all dependencies to their latest releases.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 authored and tpantelis committed Mar 28, 2024
1 parent bfcaeae commit c8ecdaa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gh-actions/cache-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- name: Set up the cache
id: image-cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: ${{ inputs.cache }}
key: image-cache-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/post-mortem/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
make post-mortem
echo "::endgroup::"
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: submariner-gather
path: gather_output
4 changes: 2 additions & 2 deletions gh-actions/release-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ runs:
- shell: bash
run: echo "DEBUG_PRINT=true" >> $GITHUB_ENV
- name: Set up QEMU (to support building on non-native architectures)
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
- name: Set up buildx
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20
- name: Build new images
# This needs to be kept separate so that the release stage runs using the new Shipyard base image
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/restore-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
steps:
- name: Set up the cache
id: image-cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: ${{ inputs.cache }}
key: image-cache-${{ github.sha }}
Expand Down

0 comments on commit c8ecdaa

Please sign in to comment.