Skip to content

Commit 07ba2ef

Browse files
authored
Upgrade GitHub actions versions in workflow
A manual alternative to: * encode#1031 * https://github.com/actions/checkout/releases * https://github.com/actions/setup-python/releases
1 parent 5974b03 commit 07ba2ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1818

1919
steps:
20-
- uses: "actions/checkout@v4"
21-
- uses: "actions/setup-python@v4"
20+
- uses: "actions/checkout@v5"
21+
- uses: "actions/setup-python@v6"
2222
with:
2323
python-version: "${{ matrix.python-version }}"
2424
allow-prereleases: true

0 commit comments

Comments
 (0)