Skip to content

Commit d88c89f

Browse files
committed
Upgrade to actions/checkout v3 (Node 16).
1 parent 5094db0 commit d88c89f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/syntax-tests-4075.yml

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

.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@v2
31+
- uses: actions/checkout@v3
3232
- uses: SublimeText/syntax-test-action@v2
3333
with:
3434
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)