diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index c7b878b..61fc241 100644 --- a/.github/workflows/image-build.yml +++ b/.github/workflows/image-build.yml @@ -22,7 +22,7 @@ jobs: target_base: ["full", "slim"] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Create and Push Image" uses: multi-py/action-python-image-builder@v1 diff --git a/.github/workflows/versionator.yml b/.github/workflows/versionator.yml index c0ebf36..3dbceb4 100644 --- a/.github/workflows/versionator.yml +++ b/.github/workflows/versionator.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}