Skip to content

Commit 8117ad1

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 251bdc2 commit 8117ad1

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
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Install Go
5353
if: ${{ matrix.target.scip_binary == 'scip-go' }}
54-
uses: actions/setup-go@v5
54+
uses: actions/setup-go@v6
5555
with: { go-version-file: 'go.mod' }
5656

5757
- name: Run SCIP

0 commit comments

Comments
 (0)