Skip to content

Commit 964c49d

Browse files
authored
Merge pull request #50 from github/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 4.2.2 to 6.0.0
2 parents 0041c90 + fee8775 commit 964c49d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v5.0.0
33+
uses: actions/checkout@v6.0.0
3434

3535
- name: Install ESLint
3636
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@4.2.2
17+
uses: actions/checkout@v6.0.0
1818
- name: Setup Node
1919
uses: actions/setup-node@v6.0.0
2020
with:

.github/workflows/scorecard.yml

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

3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@4.2.2
32+
uses: actions/checkout@v6.0.0
3333
with:
3434
persist-credentials: false
3535

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5.0.0
18+
uses: actions/checkout@v6.0.0
1919
- name: Setup Node
2020
uses: actions/setup-node@v6.0.0
2121
with:

0 commit comments

Comments
 (0)