Skip to content

Commit ea20271

Browse files
Update actions/checkout action to v6
1 parent 833c49f commit ea20271

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v6
1414
with:
1515
submodules: recursive
1616
- name: Set up Go

.github/workflows/scip.yml

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

0 commit comments

Comments
 (0)