diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index a2ae16b..0331b78 100644 --- a/.github/workflows/image-build.yml +++ b/.github/workflows/image-build.yml @@ -24,7 +24,7 @@ jobs: target_base: ["full", "slim", "alpine"] 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 973a89c..a42c388 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 }}