Skip to content

Commit 9dd7983

Browse files
⬆️ Bump actions/setup-python from 3 to 4 (#1)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 897c1ae commit 9dd7983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: actions/setup-python@v3
16+
- uses: actions/setup-python@v4
1717
- uses: pre-commit/[email protected]
1818

1919
build:

0 commit comments

Comments
 (0)