Bump actions/checkout from 4 to 5 (#3167)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-02 12:03:39 -04:00
committed by GitHub
parent f745504cf0
commit 93de16af70
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install poetry
run: pipx install poetry
- name: setup python3.11