From 3ac0f061b706256e74e91bfb6354a57567743943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:44:14 +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/build-checks.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/pre-commit.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-checks.yml b/.github/workflows/build-checks.yml index 63b882387f5..a031971182c 100644 --- a/.github/workflows/build-checks.yml +++ b/.github/workflows/build-checks.yml @@ -25,7 +25,7 @@ jobs: name: ${{ matrix.name }} steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install build dependencies run: tools/debian_buildenv.sh setup - name: Create build directory diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 307f8a98599..b5b606fe87f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: run: cargo install --version "${{ env.SCCACHE_VERSION }}" sccache - name: "Check out repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # This is necessary for making `git describe` work. fetch-depth: 0 @@ -482,7 +482,7 @@ jobs: needs: build steps: - name: "Check out repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 02487dd5196..da2a1eefb5e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ jobs: container: holzhaus/mixxx-ci:20220930 steps: - name: "Check out repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Unfortunately we need the whole history and can't use a shallow clone # because the Appstream Metadata hook parses the history to find the