Skip to content

Commit 04fc21a

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Update actions due to impending node20 deprecation
1 parent ec6c63f commit 04fc21a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/upx-inst/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ runs:
1010
shell: bash
1111
- name: UPX install (Linux, Windows)
1212
if: runner.os != 'macOS'
13-
uses: crazy-max/ghaction-upx@v3
13+
uses: crazy-max/ghaction-upx@v4
1414
with:
1515
install-only: true

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: prerequisites
2222
run: ./ci_prereq.sh
@@ -76,7 +76,7 @@ jobs:
7676
name: Test OW ${{matrix.ow.name}} cross-compile (${{matrix.host.name}})
7777

7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v6
8080

8181
- name: Nasm install
8282
uses: ilammy/setup-nasm@v1
@@ -85,7 +85,7 @@ jobs:
8585
uses: "./.github/actions/upx-inst"
8686

8787
- name: Open Watcom install
88-
uses: open-watcom/setup-watcom@v0
88+
uses: open-watcom/setup-watcom@v1
8989
with:
9090
version: ${{matrix.ow.id}}
9191

0 commit comments

Comments
 (0)