Skip to content

Commit 04c6648

Browse files
author
Hisham Muhammad
committed
ci: bump action versions
1 parent 1f6b82a commit 04c6648

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bit32-multi-arch-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
luaRocksVersion: ["3.3.1"]
1515
arch: ["armv7", "aarch64"]
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/cache@v2
17+
- uses: actions/checkout@v6
18+
- uses: actions/cache@v4
1919
id: lua-cache
2020
with:
2121
path: .install/${{ matrix.arch }}/lua-${{ matrix.luaVersion }}

.github/workflows/compat53-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
compiler: g++
4545
external: true
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v6
4848
- name: install Lua
4949
run: |
5050
sudo apt install libreadline-dev

0 commit comments

Comments
 (0)