diff --git a/.github/workflows/run-checks.yml b/.github/workflows/run-checks.yml index a8878fd..b726a46 100644 --- a/.github/workflows/run-checks.yml +++ b/.github/workflows/run-checks.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.8' diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 84e8431..874354a 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'