Skip to content

Commit

Permalink
Merge pull request #32 from getsops/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
felixfontein committed May 13, 2024
2 parents be05498 + 5e73082 commit 0af3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- name: Run mod tidy
run: go mod tidy
Expand Down

0 comments on commit 0af3c80

Please sign in to comment.