Skip to content

Commit ea33f33

Browse files
authored
Merge pull request #32 from mbdevpl/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 248012e + 97a2040 commit ea33f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- run: pip install -r requirements_ci.txt
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 0
66-
- uses: actions/setup-python@v5
66+
- uses: actions/setup-python@v6
6767
with:
6868
python-version: '3.13'
6969
- run: pip install build~=1.2

0 commit comments

Comments
 (0)