Skip to content

Commit dffae51

Browse files
chore(deps): update actions/checkout action to v6
1 parent 1932d3e commit dffae51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.event_name != 'pull_request' }}
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
name: Checkout [main]
1919
with:
2020
fetch-depth: 0
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
if: ${{ github.event_name == 'pull_request' }}
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
with:
5555
ref: ${{ github.event.pull_request.head.ref }}
5656
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)