File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
21+ ref : ${{ github.sha }}
2122
2223 - name : Extract version from tag
2324 id : extract
8081 - uses : actions/checkout@v4
8182 with :
8283 fetch-depth : 0
84+ ref : ${{ github.sha }}
8385
8486 - uses : actions/setup-python@v5
8587 with :
@@ -131,6 +133,7 @@ jobs:
131133 - uses : actions/checkout@v4
132134 with :
133135 fetch-depth : 0
136+ ref : ${{ github.sha }}
134137
135138 - uses : actions/setup-python@v5
136139 with :
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22+ ref : ${{ github.sha }}
2223
2324 - name : Extract version from tag
2425 id : extract
@@ -102,6 +103,7 @@ jobs:
102103 - uses : actions/checkout@v4
103104 with :
104105 fetch-depth : 0
106+ ref : ${{ github.sha }}
105107
106108 - uses : actions-rust-lang/setup-rust-toolchain@v1
107109 with :
@@ -155,6 +157,7 @@ jobs:
155157 - uses : actions/checkout@v4
156158 with :
157159 fetch-depth : 0
160+ ref : ${{ github.sha }}
158161
159162 - uses : actions/setup-node@v4
160163 with :
You can’t perform that action at this time.
0 commit comments