Skip to content

Commit ce8d33a

Browse files
renovate-botclemak27
authored andcommitted
chore: update actions/checkout action to v6
1 parent 32f4576 commit ce8d33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@v6
1111
- name: Run yamllint
1212
uses: karancode/yamllint-github-action@master
1313
actionlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Download actionlint
1818
id: get_actionlint
1919
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)

0 commit comments

Comments
 (0)