Skip to content

Commit 06b1269

Browse files
authored
Merge pull request #1 from asdf-community/dependabot/github_actions/actions/checkout-6
ci: Bump actions/checkout from 4 to 6
2 parents cffd13e + 1f97b47 commit 06b1269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: asdf-vm/actions/install@v4
1515
- run: scripts/lint.bash
1616

1717
actionlint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Check workflow files
2222
uses: docker://rhysd/actionlint:1.6.23
2323
with:

0 commit comments

Comments
 (0)