From d3f239379fe31db1d5b6f35638989ec37e05a711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:29:31 +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/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e854bf5..5dc4c1c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -31,13 +31,13 @@ jobs: cxx: 'g++' steps: - name: Fetching QR-Code-generator sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'nayuki/QR-Code-generator' ref: 'v1.8.0' fetch-depth: 1 - name: Fetching qrcodegen-cmake sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'qrcodegen-cmake' - name: Copying CMake build files