We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d751e commit 16d7eb4Copy full SHA for 16d7eb4
1 file changed
.github/workflows/mago.yml
@@ -18,18 +18,18 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22
23
- name: Cache Mago
24
- uses: actions/cache@v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
25
with:
26
path: .mago
27
key: ${{ runner.os }}-mago-${{ hashFiles('mago.toml') }}
28
restore-keys: |
29
${{ runner.os }}-mago-
30
31
- name: Setup Mago
32
- uses: nhedger/setup-mago@v1
+ uses: nhedger/setup-mago@b1b8f89862e133daf595f9ec95c7193c36ccfc14 # v1
33
34
version: "latest"
35
token: ${{ github.token }}
0 commit comments