Skip to content

Commit 4ee04df

Browse files
authored
Merge pull request #53 from NirKli/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 31bf940 + 351732a commit 4ee04df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
lfs: 'true'
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.13'
3434

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: '3.11'
2828
cache: pip

0 commit comments

Comments
 (0)