Skip to content

Commit dcdd5ea

Browse files
pawiecznuclearcat
authored andcommitted
chore: Update actions/setup-python to v5
Action "setup-python@master" has not been updated for 5 years and is still using a deprecated version of "cache" action. Updating it to "v5" will allow successful runs of this CI stage. Fixes: #2861 Signed-off-by: Paweł Wieczorek <[email protected]>
1 parent 6ad79ac commit dcdd5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@master
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

@@ -68,7 +68,7 @@ jobs:
6868
6969
- if: env.CHANGED_FILES
7070
name: Set up Python
71-
uses: actions/setup-python@master
71+
uses: actions/setup-python@v5
7272
with:
7373
python-version: "3.10"
7474

0 commit comments

Comments
 (0)