We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccea00e commit 08227adCopy full SHA for 08227ad
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Build
17
runs-on: windows-2022
18
steps:
19
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
with:
21
fetch-depth: 1
22
- name: Build
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Checkout
58
id: checkout
59
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
61
62
name: dist
0 commit comments