Skip to content

Commit dac9568

Browse files
Bump actions/setup-python from 4 to 5 (#304)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 879583d commit dac9568

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
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
allow-prereleases: true
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4
5757

58-
- uses: actions/setup-python@v4
58+
- uses: actions/setup-python@v5
5959
with:
6060
python-version: '3.11'
6161

0 commit comments

Comments
 (0)