Skip to content

Commit 53a61f2

Browse files
chore(deps): update actions/checkout action to v4
1 parent fb7dcf1 commit 53a61f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autofix.yml

+1-1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1616
- run: corepack enable
1717
- uses: actions/setup-node@v3
1818
with:

.github/workflows/ci.yml

+1-1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919
- run: corepack enable
2020
- uses: actions/setup-node@v3
2121
with:

0 commit comments

Comments
 (0)