From a5ab4f9f4c2c8905a0b09213ab75f46b1b2f97a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:51:30 +0800 Subject: [PATCH] chore: bump actions/checkout from 4.2.0 to 4.2.1 (#85) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 4fb01f8..a533777 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout this repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Build project uses: threeal/cmake-action@v2.0.0 diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 91a6fef..f78b5cc 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -17,7 +17,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout this repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Install documentation dependencies run: |