Skip to content

Commit c662705

Browse files
authored
Merge pull request #635 from nipype/dependabot/github_actions/actions/setup-go-4
Build(deps): Bump actions/setup-go from 2 to 4
2 parents 99df677 + ca381a0 commit c662705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsingularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: 'v3.7.1'
2828
path: 'singularity'
2929
- name: Setup GO
30-
uses: actions/setup-go@v2
30+
uses: actions/setup-go@v4
3131
with:
3232
go-version: '^1.13'
3333
- name: Install OS deps

0 commit comments

Comments
 (0)