diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a28a13..919439a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: "3.14" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0b8a3eb..66f8efa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - name: Clone repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python environment uses: actions/setup-python@v6