Skip to content

Commit 0505290

Browse files
Merge pull request #32 from asdf-community/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 937f7c2 + cd4eb91 commit 0505290

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@v5
1414
- uses: asdf-vm/actions/install@v3
1515
- run: scripts/lint.bash
1616

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

0 commit comments

Comments
 (0)