diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf4c052..c21890c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.0 + uses: actions/checkout@v4.1.1 with: path: hoomd ref: trunk-major @@ -78,7 +78,7 @@ jobs: # clone the tutorials and run them - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: path: notebooks - name: List notebooks