Skip to content

Commit 6f1b879

Browse files
Bump actions/setup-python from 4 to 5 (#33)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1fccf6 commit 6f1b879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: "3.11"
1515
- name: Install Pre-Commit
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check out repository
3333
uses: actions/checkout@v4
3434
- name: Set up python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Install Poetry

0 commit comments

Comments
 (0)