Skip to content

Commit 2dcc602

Browse files
committed
Upgrade to actions/checkout@v6 to fix Actions warning
1 parent 4541bfe commit 2dcc602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/syntax-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
packages: master
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v6
3232
- uses: SublimeText/syntax-test-action@v2
3333
with:
3434
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)