File tree Expand file tree Collapse file tree 10 files changed +87
-57
lines changed Expand file tree Collapse file tree 10 files changed +87
-57
lines changed Original file line number Diff line number Diff line change 39
39
permissions :
40
40
contents : read
41
41
steps :
42
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
42
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
43
43
44
44
- name : Fetch git tags
45
45
run : |
Original file line number Diff line number Diff line change 33
33
packages : write
34
34
35
35
steps :
36
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
37
37
with :
38
38
persist-credentials : false
39
39
fetch-depth : 0
Original file line number Diff line number Diff line change 33
33
- cp37-musllinux
34
34
35
35
steps :
36
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
37
37
with :
38
38
persist-credentials : false
39
39
fetch-depth : 0
79
79
- cp313-musllinux
80
80
81
81
steps :
82
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
82
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
83
83
with :
84
84
persist-credentials : false
85
85
fetch-depth : 0
@@ -108,7 +108,7 @@ jobs:
108
108
build-sdist :
109
109
runs-on : ubuntu-24.04
110
110
steps :
111
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
111
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
112
112
with :
113
113
persist-credentials : false
114
114
fetch-depth : 0
@@ -156,7 +156,7 @@ jobs:
156
156
- build-sdist
157
157
158
158
steps :
159
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3 .0
159
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0 .0
160
160
with :
161
161
path : ./dist/
162
162
merge-multiple : true
Original file line number Diff line number Diff line change 48
48
steps :
49
49
# Git Checkout
50
50
- name : Checkout Code
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
51
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
52
52
with :
53
53
token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
54
54
You can’t perform that action at this time.
0 commit comments