Skip to content

Commit 9d940b6

Browse files
chore(deps): update actions/checkout action to v4
1 parent bf77dd2 commit 9d940b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
autofix:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- run: corepack enable
1717
- uses: actions/setup-node@v3
1818
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
node: [16, 18, 20]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- run: corepack enable
2020
- uses: actions/setup-node@v3
2121
with:

0 commit comments

Comments
 (0)