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