From ba2354e32df93877ef5d0ba9a8b8094b4c8ba9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:55:06 +0800 Subject: [PATCH] chore: bump actions/checkout from 2.3.4 to 4.1.1 (#50) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.1.1. - [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.3.4...v4.1.1) --- 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/build-and-test.yml | 2 +- .github/workflows/deploy-documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5e80977..8a32b33 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout this repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.1.1 with: path: musen diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 06691bc..17fd91b 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout this repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.1.1 with: path: musen