Bump actions/checkout from 5 to 6 (#3235)

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-11-25 21:11:41 -05:00
committed by GitHub
parent 340a7b9e5f
commit 0c89f6317e
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@v5
uses: actions/checkout@v6
- name: Install poetry
run: pipx install poetry
- name: setup python3.11