From 53ce78475d19f7bf29f895c06c57ebaa7b0b6d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:07:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.1 (#856) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-target.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/ts.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-target.yaml b/.github/workflows/e2e-target.yaml index 58b6c408..12c1ca73 100644 --- a/.github/workflows/e2e-target.yaml +++ b/.github/workflows/e2e-target.yaml @@ -27,7 +27,7 @@ jobs: core.info(`actor=${context.actor}`) core.info(`payload=${JSON.stringify(context.payload, undefined, 2)}`) - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ github.event.workflow_run.head_sha }} - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 953a2a2c..a7cfc12c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version: 16 diff --git a/.github/workflows/ts.yaml b/.github/workflows/ts.yaml index 98bf008e..78dec367 100644 --- a/.github/workflows/ts.yaml +++ b/.github/workflows/ts.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version: 16 @@ -43,7 +43,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version: 16