Skip to content

Commit 4a66eaf

Browse files
Update actions/checkout action to v6 (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06f84fe commit 4a66eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# https://nodejs.org/en/about/releases/
99
node-version: ['18', '20']
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-node@v6
1313
with:
1414
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)