diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02aca39b..c53dae57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: PRE_RELEASE_VERSION: ${{ inputs.pre_release_version }} - name: Checkout repo - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 @@ -199,7 +199,7 @@ jobs: scope: arm64 steps: - name: Checkout repo - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: ${{ needs.prepare.outputs.commit_hash || github.ref_name }} @@ -331,7 +331,7 @@ jobs: contents: write steps: - name: Checkout repo - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: ${{ needs.prepare.outputs.commit_hash || github.ref_name }}