diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index 23dfe44..bf82296 100644 --- a/.github/workflows/image-build.yml +++ b/.github/workflows/image-build.yml @@ -19,7 +19,7 @@ jobs: target_base: ["full", "slim", "alpine"] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Create and push" uses: multi-py/action-python-image-builder@v1 diff --git a/.github/workflows/versionator.yml b/.github/workflows/versionator.yml index acb9289..90107ab 100644 --- a/.github/workflows/versionator.yml +++ b/.github/workflows/versionator.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}