Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.6 in the actions-version group (
Browse files Browse the repository at this point in the history
#121)

Bumps the actions-version group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.4 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.4...v4.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 4ab997a commit d1365c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# build the HOOMD trunk-minor branch to test the tutorials on the latest version
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
with:
path: hoomd
ref: trunk-major
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

# clone the tutorials and run them
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
with:
path: notebooks
- name: List notebooks
Expand Down

0 comments on commit d1365c7

Please sign in to comment.