Skip to content

Commit 7d1902b

Browse files
committed
update action version
1 parent 07510c5 commit 7d1902b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 5
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838

3939
- name: Prepare for tag
4040
if: github.ref_type == 'tag'
@@ -90,7 +90,7 @@ jobs:
9090
brew install cmake ninja openssl
9191
9292
- name: Checkout
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9494

9595
- uses: actions/download-artifact@v4
9696
with:

0 commit comments

Comments
 (0)