Skip to content

Commit 3b79e89

Browse files
Bump actions/checkout from 4 to 5 (#106)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36533b5 commit 3b79e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
apt-get update
7171
apt-get install git --yes
7272
- name: Checkout HOOMD-blue
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
repository: glotzerlab/hoomd-blue
7676
path: hoomd-blue
@@ -118,7 +118,7 @@ jobs:
118118
key: hoomd-blue-${{ env.HOOMD_BLUE_VERSION }}-mpi-${{ matrix.enable_mpi }}-gpu-${{ matrix.enable_gpu }}
119119

120120
- name: Checkout component
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v5
122122
with:
123123
path: component
124124
- name: Configure component

0 commit comments

Comments
 (0)