Skip to content

Commit c4cefa8

Browse files
chore(deps): update actions/checkout action to v6
1 parent 0e5430d commit c4cefa8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
with:
1111
token: ${{ secrets.GITHUB_TOKEN }}
1212
- name: Stylua
@@ -21,7 +21,7 @@ jobs:
2121
name: pandoc to vimdoc
2222
if: ${{ github.ref == 'refs/heads/main' }}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
- name: panvimdoc
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: write
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
- uses: rhysd/action-setup-vim@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release-type: simple
2424
package-name: hurl.nvim
2525
token: ${{ secrets.GITHUB_TOKEN }}
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
- name: tag stable versions

0 commit comments

Comments
 (0)