We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b88b07 commit 2b6f546Copy full SHA for 2b6f546
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
26
- name: Checkout hoomd
27
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
with:
29
path: code
30
ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
@@ -44,7 +44,7 @@ jobs:
44
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}
45
46
- name: Checkout notebooks
47
48
49
path: notebooks
50
0 commit comments