Merge pull request #136 from sbidoul/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Stéphane Bidoul 2025-10-15 09:14:07 +02:00 committed by GitHub
commit 0325afde2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}