From 5994c1aa7aa38ea0522d12154e0b75684967ce84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 01:29:29 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_preview_link.yml | 2 +- .github/workflows/release_production.yml | 6 +++--- .github/workflows/release_staging.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generate_preview_link.yml b/.github/workflows/generate_preview_link.yml index 6fc1f4b675c..d8ab91adb08 100644 --- a/.github/workflows/generate_preview_link.yml +++ b/.github/workflows/generate_preview_link.yml @@ -33,7 +33,7 @@ jobs: head_sha: ${{github.event.pull_request.head.sha}} - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{github.event.pull_request.head.sha}} diff --git a/.github/workflows/release_production.yml b/.github/workflows/release_production.yml index 6cee8bd61a2..5ed7060bbed 100644 --- a/.github/workflows/release_production.yml +++ b/.github/workflows/release_production.yml @@ -12,7 +12,7 @@ jobs: RELEASE_TYPE: Production steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e with: @@ -44,7 +44,7 @@ jobs: needs: [build_and_test] steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 with: @@ -85,7 +85,7 @@ jobs: needs: [publish_cloudflare_production, build_and_test] steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 with: diff --git a/.github/workflows/release_staging.yml b/.github/workflows/release_staging.yml index bc040e25c1e..fc42cc6aa29 100644 --- a/.github/workflows/release_staging.yml +++ b/.github/workflows/release_staging.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e with: @@ -45,7 +45,7 @@ jobs: needs: [build_and_test] steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2d8028d6c7..37ae6c28e9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e with: