Skip to content

Commit 4756698

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group (#93)
1 parent ef3ea8b commit 4756698

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Go ${{ matrix.go }}
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up Go
2323
uses: actions/setup-go@v6
2424
with:

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
container: sourcegraph/scip-go
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Get src-cli
1313
run: curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src;
1414
chmod +x /usr/local/bin/src

0 commit comments

Comments
 (0)