diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6f2642..720eeae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Check out release ref - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 58c46c7..fdb3600 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -98,7 +98,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: ${{ inputs.ref || github.ref }} @@ -130,7 +130,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: ${{ inputs.ref || github.ref }} @@ -156,7 +156,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -216,7 +216,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false