From 7d1b2ece821027fd300085bc8557b30ee2cd5dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:39:55 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/v4.1.1...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c466cc4..1b39320 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: - name: Checkout the project source if: ${{ !steps.check_cache.outputs.cache-hit }} - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Build the Guix shell environment if: ${{ !steps.check_cache.outputs.cache-hit }} @@ -318,7 +318,7 @@ jobs: run: test -z "$(guix --version 2>&1 >/dev/null)" - name: Checkout the project source - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: path: guix-qmk @@ -327,7 +327,7 @@ jobs: run: guix shell -r ~/.cache/manifest-gcroot -m manifest.scm -- true - name: Checkout the QMK firmware source code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: path: qmk_firmware repository: ${{ matrix.source.repo }}