Skip to content

Commit 2b6f546

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in the actions-version group (#135)
Bumps the actions-version group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b88b07 commit 2b6f546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Checkout hoomd
27-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828
with:
2929
path: code
3030
ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
@@ -44,7 +44,7 @@ jobs:
4444
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}
4545

4646
- name: Checkout notebooks
47-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4848
with:
4949
path: notebooks
5050

0 commit comments

Comments
 (0)