Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 317fe76 commit 3360ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6

- name: Build the Guix shell environment
if: ${{ !steps.check_cache.outputs.cache-hit }}
Expand Down Expand Up @@ -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.6
with:
path: guix-qmk

Expand All @@ -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.6
with:
path: qmk_firmware
repository: ${{ matrix.source.repo }}
Expand Down

0 comments on commit 3360ec1

Please sign in to comment.