Skip to content

Commit

Permalink
Merge pull request #346 from cert-manager/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ll-e5ecc292c1

Bump the all group with 3 updates
  • Loading branch information
cert-manager-prow[bot] authored May 13, 2024
2 parents 005d023 + 046aecf commit 3f947cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-trust-package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod

- id: release
run: make release

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: trust-manager-${{ env.VERSION }}.tgz
path: ${{ steps.release.outputs.RELEASE_HELM_CHART_TAR }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo "HELM_CHART_VERSION: ${{ needs.build_images.outputs.RELEASE_HELM_CHART_VERSION }}" >> .notes-file
- id: chart_download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: trust-manager-${{ env.VERSION }}.tgz

Expand Down

0 comments on commit 3f947cc

Please sign in to comment.