From 9c547a7636d4cf2679028ee4340ce558a0af1228 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:19:41 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.4 --- .github/workflows/ci.yml | 2 +- .github/workflows/release-create.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62966e1..4a6ced6 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - 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 2f65878..759d5cf 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: ref: ${{ env.RELEASE_FROM }} fetch-depth: '0' diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index edd244e..efb3630 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 if: ${{ github.event_name == 'push' }} with: fetch-depth: '0' - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 if: ${{ github.event_name == 'workflow_dispatch' }} with: fetch-depth: '0'