Skip to content

Commit 04757d0

Browse files
authored
Merge pull request #29 from Bit-Maximum/dependabot/github_actions/actions/setup-python-6
⬆ Bump actions/setup-python from 5 to 6
2 parents 76b5cdb + 1d73aa6 commit 04757d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install poetry
1717
run: pipx install poetry
1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.11'
2222
cache: 'poetry'
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create .env
3232
run: touch .env
3333
- name: Set up Python
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: '3.11'
3737
- name: Update docker-compose

0 commit comments

Comments
 (0)