Skip to content

Commit

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

---
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 and kdeldycke committed Apr 25, 2024
1 parent 75eaa91 commit 2704345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Run full installation
runs-on: macos-13
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Install Zsh
run: |
brew install zsh
Expand Down

0 comments on commit 2704345

Please sign in to comment.