From f78bea7d54ef86cf367b899c82867a76e217a6bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 07:06:38 +0000 Subject: [PATCH] chore(deps): 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/cmake.yml | 2 +- .github/workflows/reuse.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 29848bc..0bfdd5e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Install conan - name: Get Conan diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 8d46873..f3be076 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetching sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checking REUSE compliance uses: fsfe/reuse-action@v1