Skip to content

Commit ba8caca

Browse files
authored
Merge pull request #2 from Bit-Maximum/dependabot/github_actions/actions/checkout-5
⬆ Bump actions/checkout from 4 to 5
2 parents 927cb42 + 933528f commit ba8caca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- mypy
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Install poetry
1717
run: pipx install poetry
1818
- name: Set up Python
@@ -27,7 +27,7 @@ jobs:
2727
pytest:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Create .env
3232
run: touch .env
3333
- name: Set up Python

0 commit comments

Comments
 (0)