bump checkout action from 4 to 5

This commit is contained in:
edoapra 2025-08-12 15:31:44 -07:00
parent 8cae970aa9
commit fa5d4e7a6f
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12.3'