diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22736d1..62966e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: name: CI runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Setup Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index a8c1d10..2f65878 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -58,7 +58,7 @@ jobs: ### BEGIN runner setup - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: ref: ${{ env.RELEASE_FROM }} fetch-depth: '0' diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 8e59063..edd244e 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -70,12 +70,12 @@ jobs: ### BEGIN runner setup - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 if: ${{ github.event_name == 'push' }} with: fetch-depth: '0' - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 if: ${{ github.event_name == 'workflow_dispatch' }} with: fetch-depth: '0'