Skip to content

Commit aeb1b0a

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 09c0a10 commit aeb1b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scip-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Install Go
7878
if: ${{ matrix.target.scip_binary == 'scip-go' }}
79-
uses: actions/setup-go@v5
79+
uses: actions/setup-go@v6
8080
with: { go-version-file: 'go.mod' }
8181

8282
- name: Cache Maven dependencies

0 commit comments

Comments
 (0)