Skip to content

Commit

Permalink
Merge pull request #78 from cert-manager/dependabot/github_actions/al…
Browse files Browse the repository at this point in the history
…l-970b8d0e10

Bump the all group with 1 update
  • Loading branch information
jetstack-bot authored Jan 17, 2024
2 parents cd216fb + 4d24e1e commit 4d54afc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Set up Go so that golangci-lint has the right $GOROOT and can find
# the right standard libraries. See:
# https://github.com/reviewdog/action-golangci-lint/issues/73#issuecomment-813386935
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Full git history is needed to get a Git tags which are used to
# calculate a valid semver for the Helm chart
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 4d54afc

Please sign in to comment.