Skip to content

Commit 5030f8d

Browse files
authored
Merge pull request #16 from mbdevpl/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 43588c3 + 6bb4848 commit 5030f8d

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v3
4646
with:
4747
fetch-depth: 0
48-
- uses: actions/setup-python@v4
48+
- uses: actions/setup-python@v5
4949
with:
5050
python-version: '3.11'
5151
architecture: x64

0 commit comments

Comments
 (0)