Skip to content

Commit ab1ad76

Browse files
build(deps): bump actions/setup-python from 4 to 5 (#25)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94f8281 commit ab1ad76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: actions/setup-python@v4
23+
- uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.9'
2626

@@ -37,7 +37,7 @@ jobs:
3737
version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: actions/setup-python@v4
40+
- uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.version }}
4343

0 commit comments

Comments
 (0)