Skip to content

Commit c89d6bc

Browse files
committed
ci: update all actions
1 parent 332d80f commit c89d6bc

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@ jobs:
1616
build-release:
1717
runs-on: windows-latest
1818
steps:
19-
- uses: actions/checkout@v4
20-
with:
21-
fetch-depth: 0
19+
- uses: actions/checkout@v5
2220

2321
- name: Setup Python
2422
uses: actions/setup-python@v5
2523
with:
26-
python-version: '3.12'
24+
python-version: '3.13'
2725

2826
- name: Install uv
29-
uses: astral-sh/setup-uv@v3
27+
uses: astral-sh/setup-uv@v6
3028

3129
- name: Fetch Licenses
3230
run: >

.github/workflows/pypi.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ jobs:
1414
id-token: write
1515

1616
steps:
17-
- uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
17+
- uses: actions/checkout@v5
2018

2119
- name: Install uv
22-
uses: astral-sh/setup-uv@v3
20+
uses: astral-sh/setup-uv@v6
2321

2422
- name: Set up Python
2523
run: uv python install

.github/workflows/ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
ruff:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
9-
- uses: astral-sh/ruff-action@v1
8+
- uses: actions/checkout@v5
9+
- uses: astral-sh/ruff-action@v3
1010
with:
1111
src: "./gamepadla_plus"

cSpell.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@
66
"Gamepad",
77
"gamepadla",
88
"gamepads",
9+
"github",
10+
"inno",
11+
"Inno",
12+
"iscc",
913
"Kellar",
14+
"noupx",
1015
"numpy",
16+
"pwsh",
1117
"pygame",
1218
"Pygame",
1319
"pyinstaller",
1420
"pypa",
1521
"pypi",
1622
"rprint",
23+
"softprops",
1724
"tqdm",
1825
"typer"
1926
]

0 commit comments

Comments
 (0)