github-actions update actions/checkout and actions/setup-python (#4709)

Bumps the github-actions group with 2 updates: actions/checkout and actions/setup-python.
This commit is contained in:
dependabot[bot] 2024-04-22 12:37:36 +02:00 committed by GitHub
parent b886ed2065
commit b36b13ab58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12