Skip to content

Commit 8750b62

Browse files
Update actions/checkout action to v6
1 parent 8001c33 commit 8750b62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
ref: ${{ github.head_ref }}
1616
fetch-depth: 0

.github/workflows/license-scanning-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
node-version: [20.x]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# use 'if' to prevent endless looping with npm package commit
1212
if: "!startsWith(github.event.head_commit.message, '[RELEASE]')"
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
- run: git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
continue-on-error: false
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v6.0.0
2323
- name: Set up Node
2424
uses: actions/setup-node@v4.2.0
2525
with:

0 commit comments

Comments
 (0)