Skip to content

Commit e0abfb0

Browse files
authored
chore(gh_act): update components (#1510)
1 parent d25d036 commit e0abfb0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/lint_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
luacheck:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: lunarmodules/luacheck@v1
1010
with:
1111
args: . --std luajit --max-line-length 150 --no-config --globals vim _debugging _command_panel _flash_esc_or_noh _telescope_collections _toggle_inlayhint _toggle_virtuallines _toggle_lazygit _select_chat_model

.github/workflows/style_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
stylua:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: JohnnyMorganz/stylua-action@v4
1010
with:
1111
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update_flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: cachix/install-nix-action@v26
1515
with:
1616
nix_path: nixpkgs=channel:nixos-unstable

.github/workflows/update_lockfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0 # Required to count the commits
1616
- uses: andstor/file-existence-action@v3
@@ -31,7 +31,7 @@ jobs:
3131
./scripts/install.sh
3232
nvim --headless "+Lazy! update" +qa
3333
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
34-
- uses: stefanzweifel/git-auto-commit-action@v5
34+
- uses: stefanzweifel/git-auto-commit-action@v6
3535
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' && env.NEW_COMMIT_COUNT > 0 }}
3636
with:
3737
commit_message: "chore(lockfile): auto update lazy-lock.json"

0 commit comments

Comments
 (0)