Skip to content

Commit 3452bc4

Browse files
Merge pull request #263 from Dockershelf/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 9e87c43 + 5853eb5 commit 3452bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

0 commit comments

Comments
 (0)