Skip to content

Commit 29a2fb9

Browse files
committed
Update more GH Action commands
1 parent b0459bd commit 29a2fb9

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- uses: actions/setup-node@master
1212
with:
1313
node-version: "24.x"
14-
- name: Set up Python 3.8
15-
uses: actions/setup-python@v1
14+
- name: Set up Python
15+
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.8
17+
python-version: 3.13
1818
- name: Ubuntu dependencies
1919
run: sudo apt-get install libgtk-3-dev
2020

21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v5
2222
with:
2323
ref: ${{ github.ref }}
2424

@@ -42,7 +42,7 @@ jobs:
4242
path: ${{github.event.release.tag_name}}-linux-${{ matrix.arch }}.tar.gz
4343

4444
- name: Upload release binaries
45-
uses: alexellis/upload-assets@0.2.2
45+
uses: alexellis/upload-assets@0.4.0
4646
env:
4747
GITHUB_TOKEN: ${{ github.token }}
4848
with:

.github/workflows/mac.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/setup-node@master
1212
with:
1313
node-version: '24.x'
14-
- name: Set up Python 3.8
15-
uses: actions/setup-python@v1
14+
- name: Set up Python
15+
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.8
18-
- uses: actions/checkout@v2
17+
python-version: 3.13
18+
- uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.ref }}
2121

@@ -41,7 +41,7 @@ jobs:
4141
path: ${{github.event.release.tag_name}}-darwin-${{ matrix.arch }}.tar.gz
4242

4343
- name: Upload release binaries
44-
uses: alexellis/upload-assets@0.2.2
44+
uses: alexellis/upload-assets@0.4.0
4545
env:
4646
GITHUB_TOKEN: ${{ github.token }}
4747
with:

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
with:
1313
node-version: "24.x"
1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.8
17+
python-version: 3.13
1818
- name: "Setup NASM for windows"
1919
uses: ilammy/setup-nasm@v1
2020

21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v5
2222
with:
2323
ref: ${{ github.ref }}
2424

@@ -44,7 +44,7 @@ jobs:
4444
path: ${{github.event.release.tag_name}}-win32-${{ matrix.arch }}.tar.gz
4545

4646
- name: Upload release binaries
47-
uses: alexellis/upload-assets@0.2.2
47+
uses: alexellis/upload-assets@0.4.0
4848
env:
4949
GITHUB_TOKEN: ${{ github.token }}
5050
with:

0 commit comments

Comments
 (0)