Skip to content

Commit 9e1d18c

Browse files
Update actions/checkout action to v6
1 parent 4818646 commit 9e1d18c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
FORCE_COLOR: 1
1313
name: Node ${{ matrix.node }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
FORCE_COLOR: 1
1616
name: Node ${{ matrix.node }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4

actions/label-actions/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
FORCE_COLOR: 1
1515
name: Node ${{ matrix.node }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)