Skip to content

Commit

Permalink
Merge pull request #1503 from getsops/dependabot/github_actions/ci-b2…
Browse files Browse the repository at this point in the history
…3e0286c6

build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
  • Loading branch information
felixfontein committed May 6, 2024
2 parents 6b91c4e + 8a809c7 commit 50e6b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
VAULT_ADDR: "http://127.0.0.1:8200"
steps:
- name: Set up Go 1.21
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.21'
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v4.0.1
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4.0.1
with:
go-version: 1.21.x
cache: false
Expand Down

0 comments on commit 50e6b84

Please sign in to comment.