We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07510c5 commit 7d1902bCopy full SHA for 7d1902b
.github/workflows/rc.yml
@@ -34,7 +34,7 @@ jobs:
34
timeout-minutes: 5
35
steps:
36
- name: Checkout
37
- uses: actions/checkout@v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
39
- name: Prepare for tag
40
if: github.ref_type == 'tag'
@@ -90,7 +90,7 @@ jobs:
90
brew install cmake ninja openssl
91
92
93
94
95
- uses: actions/download-artifact@v4
96
with:
0 commit comments