Bump actions/checkout from 3 to 4 (#9196)

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]
2024-10-10 13:30:35 -07:00
committed by GitHub
parent 9cc811c4ff
commit 270953bafb
6 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with: