Skip to content

Commit 1a76c8a

Browse files
(CI) Use the default setup-python action again (2.7 is obsoleted)
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent aad6753 commit 1a76c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0 # To check which files changed: origin/master..HEAD
32-
- uses: LizardByte/setup-python-action@master
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{matrix.python-version}}
3535

0 commit comments

Comments
 (0)