We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9631c commit 348e4ecCopy full SHA for 348e4ec
.github/workflows/style.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-24.04
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
- name: prek
23
uses: glotzerlab/workflows/prek@2245be9e78600bf7846aaf9555da322446f46110 # 0.11.0
24
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
name: Execute notebooks
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
path: freud-examples
25
- name: Create Python Environment
0 commit comments