Skip to content

Commit 76bcab6

Browse files
chore(deps): update actions/checkout action to v4 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2dfcdc1 commit 76bcab6

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@v4
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@v4
2121
with:

0 commit comments

Comments
 (0)