Skip to content

Commit f856be5

Browse files
FUMR-botrenovate-botJuniorJPDJ
authored
chore(deps): update actions/setup-python action to v5 (#92)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: JuniorJPDJ <github.com@juniorjpdj.pl>
1 parent 4b2193e commit f856be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v2
16+
- uses: actions/setup-python@v5
1717
- uses: pre-commit/action@v3.0.1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- uses: actions/setup-python@v2
28+
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

0 commit comments

Comments
 (0)