Skip to content

Commit 959401a

Browse files
authored
Merge pull request #166 from compscidr/renovate/actions-checkout-digest
Update actions/checkout digest to de0fac2
2 parents 178c7fd + df550aa commit 959401a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Format and test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
- uses: actions-rs/toolchain@v1
1010
with:
1111
toolchain: stable
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
needs: [test]
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
- uses: actions-rs/toolchain@v1
2121
with:
2222
toolchain: stable

0 commit comments

Comments
 (0)