diff --git a/.github/workflows/prepare-binaries.yml b/.github/workflows/prepare-binaries.yml index e8b96e8..a776427 100644 --- a/.github/workflows/prepare-binaries.yml +++ b/.github/workflows/prepare-binaries.yml @@ -44,7 +44,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.12 cache: 'pip' diff --git a/.github/workflows/validate-kek-updates.yml b/.github/workflows/validate-kek-updates.yml index 578bb15..bcc25c3 100644 --- a/.github/workflows/validate-kek-updates.yml +++ b/.github/workflows/validate-kek-updates.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # Need full history to compare with base branch - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.12 cache: 'pip'