Skip to content

Commit 51e9780

Browse files
committed
ci: update checkout action to v6.0.3
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 13ab56e commit 51e9780

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/luarocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: LuaRocks Upload
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v6.0.2
11+
uses: actions/checkout@v6.0.3
1212
- name: LuaRocks Upload
1313
uses: nvim-neorocks/luarocks-tag-release@v7.2.0
1414
with:

.github/workflows/panvimdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: pandoc to vimdoc
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6.0.2
16+
uses: actions/checkout@v6.0.3
1717
- name: Run panvimdoc for README
1818
uses: kdheepak/panvimdoc@v4.0.1
1919
with:

.github/workflows/panvimdoc_plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: pandoc to vimdoc (plugins)
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.3
1919
- name: Run panvimdoc for agent-deck.md
2020
uses: kdheepak/panvimdoc@v4.0.1
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v6.0.3
2121
- name: Build Project Assets
2222
run: |
2323
mkdir -pv wezterm-types

.github/workflows/stylua.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6.0.2
26+
uses: actions/checkout@v6.0.3
2727
- name: Run stylua
2828
uses: JohnnyMorganz/stylua-action@v5
2929
with:

0 commit comments

Comments
 (0)