Skip to content

Commit 24e801e

Browse files
authored
Merge pull request #123 from cachix/dependabot/github_actions/actions/setup-go-3
chore(deps): bump actions/setup-go from 2.2.0 to 3
2 parents d64e055 + 4e13e47 commit 24e801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- uses: actions/checkout@v3
120-
- uses: actions/setup-go@v2.2.0
120+
- uses: actions/setup-go@v3
121121
with:
122122
go-version: '^1.16'
123123
- run: go install github.com/nektos/act@latest

0 commit comments

Comments
 (0)