Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions-version group with 2 updates #120

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/start@v1.2.4
uses: glotzerlab/jetstream2-admin/start@v1.2.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/checkout@v4.1.2
uses: actions/checkout@v4.1.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/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
path: notebooks
- name: List notebooks
Expand Down
Loading