From 5f40e3263152c01dddef488ad3ec64c6d5166c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:19:15 +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/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 523839b..2e06fb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - id: filter uses: dorny/paths-filter@v2 with: @@ -55,7 +55,7 @@ jobs: if: ${{ needs.changes.outputs.src == 'true' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true - name: Setup Python @@ -73,7 +73,7 @@ jobs: if: ${{ needs.changes.outputs.src == 'true' || needs.changes.outputs.examples == 'true' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true - name: Check clang-format @@ -108,7 +108,7 @@ jobs: needs: changes if: ${{ needs.changes.outputs.docs == 'true' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true - name: Prepare mdbook