From 78281fe07a1bbdb86c110f7ed51b91ccff508e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:03:21 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 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] --- .github/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c48ac8a0..53195dd9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -25,11 +25,11 @@ jobs: # The cache is reset on the first build of every week this way. # Change the -1 part if you need to force reset the cache key: "${{ steps.current-time.outputs.formattedTime }}-2" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Clone self repository with: ref: ${{ github.head_ref }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: clone_same_branch name: Clone website (Same Branch) continue-on-error: true @@ -38,7 +38,7 @@ jobs: path: website submodules: false ref: ${{github.ref_name}} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Clone website (Main) if: steps.clone_same_branch.outcome != 'success' with: