Skip to content

Commit 3f947cc

Browse files
Merge pull request #346 from cert-manager/dependabot/github_actions/all-e5ecc292c1
Bump the all group with 3 updates
2 parents 005d023 + 046aecf commit 3f947cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/debian-trust-package-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ secrets.QUAY_USERNAME }}
2424
password: ${{ secrets.QUAY_PASSWORD }}
2525

26-
- uses: actions/setup-go@v4
26+
- uses: actions/setup-go@v5
2727
with:
2828
go-version-file: go.mod
2929

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
username: ${{ secrets.QUAY_USERNAME }}
2626
password: ${{ secrets.QUAY_PASSWORD }}
2727

28-
- uses: actions/setup-go@v4
28+
- uses: actions/setup-go@v5
2929
with:
3030
go-version-file: go.mod
3131

3232
- id: release
3333
run: make release
3434

35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: trust-manager-${{ env.VERSION }}.tgz
3838
path: ${{ steps.release.outputs.RELEASE_HELM_CHART_TAR }}
@@ -65,7 +65,7 @@ jobs:
6565
echo "HELM_CHART_VERSION: ${{ needs.build_images.outputs.RELEASE_HELM_CHART_VERSION }}" >> .notes-file
6666
6767
- id: chart_download
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: trust-manager-${{ env.VERSION }}.tgz
7171

0 commit comments

Comments
 (0)