Skip to content

Commit 25509e7

Browse files
authored
Merge pull request #42 from actions/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a07df86 + d855e5b commit 25509e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
id: checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Setup Docker BuildX
3535
id: setup-buildx
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Checkout
6464
id: checkout
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666

6767
- name: Test Local Action
6868
id: test-action

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
id: checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)