diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e659e2..f2d531a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} @@ -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 @@ -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