From 33dddfaccd4a4cb5a2e72e95e6712feee9bb5429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:00:01 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_links.yml | 2 +- .github/workflows/updateversion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index a9d42c1..537e107 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Restore cache - name: Restore lychee cache diff --git a/.github/workflows/updateversion.yml b/.github/workflows/updateversion.yml index 84062f3..e6c995e 100644 --- a/.github/workflows/updateversion.yml +++ b/.github/workflows/updateversion.yml @@ -55,7 +55,7 @@ jobs: echo "::set-output name=upstream::$UPSTREAM" - name: Checkout pull request - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 repository: ${{steps.configure.outputs.name}}