Skip to content

Commit 1dc3c11

Browse files
committed
chore: Try to fix js tests by reverting to checkout v3 (actions/checkout#1487)
1 parent 2dfab36 commit 1dc3c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [18]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{matrix.node-version}}
1717
uses: actions/setup-node@v3
1818
with:
@@ -29,7 +29,7 @@ jobs:
2929
container:
3030
image: perl:${{matrix.perl-version}}
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v3
3333
- name: perl -V
3434
run: perl -V
3535
- name: Install dependencies

0 commit comments

Comments
 (0)