diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a08782ac..722ef1890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # We need to set a cache marker to ensure that the cache is individual for each job. - name: Add Cache Marker @@ -107,7 +107,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # We need to set a cache marker to ensure that the cache is individual for each job. - name: Add Cache Marker @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 14898720d..59c697f31 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 49946b370..73ef41117 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.canary.yml b/.github/workflows/release.canary.yml index 73c2fa230..705eace3c 100644 --- a/.github/workflows/release.canary.yml +++ b/.github/workflows/release.canary.yml @@ -9,7 +9,7 @@ jobs: docker-push-main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4 diff --git a/.github/workflows/release.docs.yml b/.github/workflows/release.docs.yml index f4ef0d842..444a60098 100644 --- a/.github/workflows/release.docs.yml +++ b/.github/workflows/release.docs.yml @@ -15,7 +15,7 @@ jobs: HUGO_VERSION: 0.125.1 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.latest.yml b/.github/workflows/release.latest.yml index d7cab865f..6a8254ace 100644 --- a/.github/workflows/release.latest.yml +++ b/.github/workflows/release.latest.yml @@ -9,7 +9,7 @@ jobs: docker-push-main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4