From ec350063ac6a53be3c3334da31ab37c34c46863f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:44:59 +0200 Subject: [PATCH] Update actions/checkout action to v4.1.1 (#52) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 3898044..e496bad 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index aa27db4..fca0ff6 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ env.RELEASE_FROM }} fetch-depth: '0' diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 3faf8f4..3b1790c 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 if: ${{ github.event_name == 'push' }} with: fetch-depth: '0' - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 if: ${{ github.event_name == 'workflow_dispatch' }} with: fetch-depth: '0'