Skip to content

Commit e243171

Browse files
authored
Merge pull request #20 from caseycs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 7375080 + 75565af commit e243171

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
id: checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Setup Node.js
3434
id: setup-node

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
id: checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Node.js
2525
id: setup-node
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- name: Checkout
5353
id: checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555

5656
- name: Test Local Action 1
5757
id: test-action-1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
id: checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Initialize CodeQL
3636
id: initialize

0 commit comments

Comments
 (0)