diff --git a/.github/workflows/beta-to-stable.yml b/.github/workflows/beta-to-stable.yml index cfa6354..a56e796 100644 --- a/.github/workflows/beta-to-stable.yml +++ b/.github/workflows/beta-to-stable.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/label-and-validate-issue.yml b/.github/workflows/label-and-validate-issue.yml index adce1ce..aa73331 100644 --- a/.github/workflows/label-and-validate-issue.yml +++ b/.github/workflows/label-and-validate-issue.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/label-and-validate-pr.yml b/.github/workflows/label-and-validate-pr.yml index 62c415e..b758103 100644 --- a/.github/workflows/label-and-validate-pr.yml +++ b/.github/workflows/label-and-validate-pr.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.PULL_REQUEST_BASE_SHA }} fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.PULL_REQUEST_BASE_SHA }} fetch-depth: 0 @@ -260,7 +260,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.PULL_REQUEST_BASE_SHA }} fetch-depth: 0 diff --git a/.github/workflows/release-flow.yml b/.github/workflows/release-flow.yml index 3599847..e78da96 100644 --- a/.github/workflows/release-flow.yml +++ b/.github/workflows/release-flow.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.base.ref }} @@ -126,7 +126,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.ref_name }} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 8330653..10d28ff 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.release.target_commitish }} @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.release.tag_name || github.ref_name }} @@ -151,7 +151,7 @@ jobs: steps: - name: Checkout beta id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: beta @@ -179,7 +179,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/shared-build-lint-test.yml b/.github/workflows/shared-build-lint-test.yml index 6cffc88..f8c3933 100644 --- a/.github/workflows/shared-build-lint-test.yml +++ b/.github/workflows/shared-build-lint-test.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/shared-codeql.yml b/.github/workflows/shared-codeql.yml index 011edf9..9cf2315 100644 --- a/.github/workflows/shared-codeql.yml +++ b/.github/workflows/shared-codeql.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/shared-dependabot-auto-merge.yml b/.github/workflows/shared-dependabot-auto-merge.yml index 80d8262..90b98a8 100644 --- a/.github/workflows/shared-dependabot-auto-merge.yml +++ b/.github/workflows/shared-dependabot-auto-merge.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -134,7 +134,7 @@ jobs: steps: - name: Checkout Actions id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0