From 02357385fd49f92ed6f29bb8613954ce43e1d336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:16:28 +0300 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#21) 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/local.yml | 2 +- .github/workflows/tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 3830604..12842fa 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -20,7 +20,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup the League Client id: league-client diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index bbf0a33..fed78fb 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -11,7 +11,7 @@ jobs: name: github-marketplace url: 'https://github.com/marketplace/actions/setup-league-client' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Move the tag to the latest commit on main run: | git tag --force v1