Skip to content

Commit efb36d2

Browse files
chore(deps): update actions/checkout action to v6
1 parent 4d9cb24 commit efb36d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Git Checkout
3131
- name: Checkout Code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release-type: node
2424
token: ${{ secrets.ORG_PAT }}
2525

26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727

2828
- name: tag major and minor versions
2929
shell: pwsh

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3737
with:
3838
persist-credentials: false
3939

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions: write-all
2626
steps:
2727
- name: Check out code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: Cleanup
3131
if: github.event_name == 'pull_request'
@@ -81,7 +81,7 @@ jobs:
8181
if: github.event.action != 'closed'
8282
steps:
8383
- name: Checkout latest version of action
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v6
8585
with:
8686
path: npm-ci
8787

0 commit comments

Comments
 (0)