From 013f50dbc480f8181c90a51e0012dc1311cdf1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:33:26 +0500 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#3503) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmark-core.yml | 4 ++-- .github/workflows/post-benchmark-core.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark-core.yml b/.github/workflows/benchmark-core.yml index f9277e4c385..b7259056ba7 100644 --- a/.github/workflows/benchmark-core.yml +++ b/.github/workflows/benchmark-core.yml @@ -16,14 +16,14 @@ jobs: steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: "yewstack/yew" ref: master path: yew-master - name: Checkout pull request - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: current-pr diff --git a/.github/workflows/post-benchmark-core.yml b/.github/workflows/post-benchmark-core.yml index a9f4b5b78c4..5a54eba0471 100644 --- a/.github/workflows/post-benchmark-core.yml +++ b/.github/workflows/post-benchmark-core.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Artifact uses: Legit-Labs/action-download-artifact@v2