Skip to content

Commit 5140fcd

Browse files
committed
update workflow actions to avoid warnings
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
1 parent 71b1810 commit 5140fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
distro: ubuntu20.04
2929

3030
steps:
31-
- uses: actions/checkout@v2.4.0
32-
- uses: uraimo/run-on-arch-action@v2.1.1
31+
- uses: actions/checkout@v3
32+
- uses: uraimo/run-on-arch-action@v2
3333
name: Build
3434
id: build
3535
with:

0 commit comments

Comments
 (0)