fix #293: Bump actions/checkout from 2 to 4

This commit is contained in:
Gary Gale
2025-01-17 17:17:14 +00:00
parent 6ea931a166
commit f3293ad220
4 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
|| contains(github.event.pull_request.labels.*.name, 'skip-changelog')
)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry
- name: Setup Python