Skip to content

Commit 323554c

Browse files
chore(deps): update actions/checkout action to v4
1 parent 33d3007 commit 323554c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version: [18]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Use Node.js ${{matrix.node-version}}
1717
uses: actions/setup-node@v4
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
container:
3232
image: perl:${{matrix.perl-version}}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: perl -V
3636
run: perl -V
3737
- name: Install dependencies

0 commit comments

Comments
 (0)