Skip to content

Commit c5a5c69

Browse files
chore(deps): bump actions/checkout from 2 to 4 (#36)
1 parent 4c04a50 commit c5a5c69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
format-with-stylua:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Cache cargo modules
1818
id: cache-cargo

.github/workflows/panvimdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: pandoc to vimdoc
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: kdheepak/panvimdoc@main
2020
with:
2121
vimdoc: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)