We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6ac72 commit 735642eCopy full SHA for 735642e
.github/workflows/test.yml
@@ -15,9 +15,9 @@ jobs:
15
matrix:
16
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15, macos-15-intel]
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19
20
- - uses: actions/cache@v4
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
21
with:
22
path: |
23
~/.cargo/registry
0 commit comments