Skip to content

Commit

Permalink
chore(deps): update github actions (#482)
Browse files Browse the repository at this point in the history
* chore(deps): update github actions

Signed-off-by: redhat-renovate-bot <[email protected]>

* Revert login-action update

Signed-off-by: thepetk <[email protected]>

---------

Signed-off-by: redhat-renovate-bot <[email protected]>
Signed-off-by: thepetk <[email protected]>
Co-authored-by: thepetk <[email protected]>
  • Loading branch information
redhat-renovate-bot and thepetk authored Sep 18, 2024
1 parent 81ee9a8 commit ed7b79f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-architectures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Save Comment ID
if: ${{ steps.find.outputs.comment-id != '' }}
run: echo ${{ steps.find.outputs.comment-id }} > ./pr/commentid
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: pr
path: pr/
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
go-version: 1.21
- name: Set up QEMU # Enables arm64 image building
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
uses: docker/setup-qemu-action@719c55c4a5a93233ce33aa9366dc90396d60e0ee

- name: Check if devfile registry build is working
run: bash registry-repo/.ci/build.sh && bash registry-repo/.ci/build.sh linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/pushimge-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
go-version: 1.21
- name: Set up QEMU # Enables arm64 image building
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
uses: docker/setup-qemu-action@719c55c4a5a93233ce33aa9366dc90396d60e0ee
- name: Login to Quay
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
needs: [validate-devfile-schema, non-terminating, odov2, odov3]
steps:
- name: Send slack notification
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
Expand Down

0 comments on commit ed7b79f

Please sign in to comment.