Skip to content

Commit

Permalink
Bump the actions-version group with 2 updates (#120)
Browse files Browse the repository at this point in the history
Bumps the actions-version group with 2 updates: [glotzerlab/jetstream2-admin](https://github.com/glotzerlab/jetstream2-admin) and [actions/checkout](https://github.com/actions/checkout).


Updates `glotzerlab/jetstream2-admin` from 1.2.4 to 1.2.5
- [Release notes](https://github.com/glotzerlab/jetstream2-admin/releases)
- [Commits](glotzerlab/jetstream2-admin@v1.2.4...v1.2.5)

Updates `actions/checkout` from 4.1.2 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.2...v4.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 22b8602 commit 4ab997a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Use jetstream2-admin/start"
uses: glotzerlab/jetstream2-admin/[email protected].4
uses: glotzerlab/jetstream2-admin/[email protected].5
with:
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
Expand All @@ -48,7 +48,7 @@ jobs:

# build the HOOMD trunk-minor branch to test the tutorials on the latest version
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].4
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/[email protected].2
uses: actions/[email protected].4
with:
path: notebooks
- name: List notebooks
Expand Down

0 comments on commit 4ab997a

Please sign in to comment.