Skip to content

Commit 69b1b69

Browse files
chore(deps): update actions/setup-go action to v6
1 parent ea17ffd commit 69b1b69

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
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Install Go
7272
if: ${{ matrix.target.scip_binary == 'scip-go' }}
73-
uses: actions/setup-go@v5
73+
uses: actions/setup-go@v6
7474
with: { go-version-file: 'go.mod' }
7575

7676
- name: Cache Maven dependencies

0 commit comments

Comments
 (0)