diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index cf3f939..c3c3230 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -25,7 +25,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Parse versions.yaml and create matrix id: set-matrix @@ -44,7 +44,7 @@ jobs: fail-fast: false steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 diff --git a/.github/workflows/detect-changes.yaml b/.github/workflows/detect-changes.yaml index 797522b..6f3d7bd 100644 --- a/.github/workflows/detect-changes.yaml +++ b/.github/workflows/detect-changes.yaml @@ -21,7 +21,7 @@ jobs: matrix: ${{ steps.changed-files.outputs.all_changed_files }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0