Skip to content

Commit 83dfa2e

Browse files
authored
Merge pull request #101 from SignTools/dependabot/github_actions/actions/setup-go-4.0.1
fix(deps): bump actions/setup-go from 4.0.0 to 4.0.1
2 parents 4df5ad1 + c466109 commit 83dfa2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2323
2424
- name: Setup Go environment
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
go-version: "${{ env.go_version }}"
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2929
3030
- name: Setup Go environment
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
go-version: "${{ env.go_version }}"
3434

0 commit comments

Comments
 (0)