Skip to content

Commit 4ee6e0a

Browse files
Update actions/checkout digest to de0fac2 (#75)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6856bc1 commit 4ee6e0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "name=${{ github.event.repository.name }}-${VERSION}" >> "$GITHUB_OUTPUT"
3737
3838
- name: Checkout
39-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
with:
4141
submodules: true
4242
path: ${{ steps.version.outputs.name }}

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout component
64-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
64+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565
with:
6666
path: component
6767
- name: Restore cached HOOMD-blue build
@@ -75,7 +75,7 @@ jobs:
7575
apt-get update
7676
apt-get install git --yes
7777
- name: Checkout HOOMD-blue
78-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
78+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7979
with:
8080
repository: glotzerlab/hoomd-blue
8181
path: hoomd-blue

0 commit comments

Comments
 (0)