Skip to content

Commit

Permalink
chore(deps): update github actions (#445)
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 docker/login-action to v3.0.0

Signed-off-by: Michael Valdron <[email protected]>

---------

Signed-off-by: redhat-renovate-bot <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Co-authored-by: Michael Valdron <[email protected]>
  • Loading branch information
redhat-renovate-bot and michael-valdron authored Jul 19, 2024
1 parent 66f76ec commit 74a3156
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: pr
path: pr/
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
path: registry-repo
- name: Setup Go environment
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.21
- name: Set up QEMU # Enables arm64 image building
uses: docker/setup-qemu-action@b12b38b5fe75585e04f6aa3fd11fea2f4385ab7f
uses: docker/setup-qemu-action@fcfabe005416080c2016468f7082c2a191cdeea3

- name: Check if devfile registry build is working
run: bash registry-repo/.ci/build.sh && bash registry-repo/.ci/build.sh linux/arm64
4 changes: 2 additions & 2 deletions .github/workflows/pushimge-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
with:
path: registry-repo
- name: Setup Go environment
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.21
- name: Set up QEMU # Enables arm64 image building
uses: docker/setup-qemu-action@b12b38b5fe75585e04f6aa3fd11fea2f4385ab7f
uses: docker/setup-qemu-action@fcfabe005416080c2016468f7082c2a191cdeea3
- name: Login to Quay
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.21"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.21"

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
start args: "--addons=ingress ${{ env.MINIKUBE_RESOURCES }}"

- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.21"

Expand Down

0 comments on commit 74a3156

Please sign in to comment.