Update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-11 17:08:36 +00:00
committed by GitHub
parent 4f88cd2a0f
commit f90a117f1c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
python-version: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: