From abbb778c2882f828e9fe24392cb4711b9dcdceea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:14:35 +0000 Subject: [PATCH] Update actions/checkout digest to b4ffde6 --- .github/workflows/pull_request.generated.yml | 6 +++--- .github/workflows/release.generated.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_request.generated.yml b/.github/workflows/pull_request.generated.yml index 98de4d21..a74d3565 100644 --- a/.github/workflows/pull_request.generated.yml +++ b/.github/workflows/pull_request.generated.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set Node.js 16.x uses: actions/setup-node@v3 with: @@ -42,7 +42,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Set Node.js 16.x @@ -69,7 +69,7 @@ jobs: name: "Build and release action" needs: [build, test] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/release.generated.yml b/.github/workflows/release.generated.yml index b1779d6e..c3769a31 100644 --- a/.github/workflows/release.generated.yml +++ b/.github/workflows/release.generated.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set Node.js 16.x uses: actions/setup-node@v3 with: @@ -44,7 +44,7 @@ jobs: name: "Build and release action" needs: [build] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 persist-credentials: true