diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index 2b8c25f..fbd3fd0 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@v5 + uses: actions/checkout@v6 - 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 fc95235..c0ebf36 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@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}