From ba54cfe7e6f0f8e64337514c22e3f3ea889eb396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:37:01 +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/ci.yml | 6 +++--- .github/workflows/reuse.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e9736928..868c31d4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,21 +32,21 @@ jobs: CODECOV_TOKEN: 'dc94d508-39d3-4369-b1c6-321749f96f7c' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Work around a codecov issue detecting commit SHAs # see: https://community.codecov.io/t/issue-detecting-commit-sha-please-run-actions-checkout-with-fetch-depth-1-or-set-to-0/2571 fetch-depth: 0 - name: Checkout OpenShotAudio - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: OpenShot/libopenshot-audio path: audio - name: Checkout Resvg if: ${{ matrix.compiler.cc == 'clang' && runner.os == 'linux' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: RazrFalcon/resvg path: resvg diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 94f083373..e39218333 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -23,6 +23,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: REUSE Compliance Check uses: fsfe/reuse-action@v2.0.0