File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
timeout-minutes : 15
28
28
steps :
29
29
- run : echo "Creating Linux draft release for tag ${{ inputs.tag_name }}"
30
- - uses : actions/checkout@v4.1.7
30
+ - uses : actions/checkout@v4.2.0
31
31
with :
32
32
ref : ${{ inputs.tag_name }}
33
33
fetch-depth : 0 # https://github.com/actions/checkout/issues/1471
94
94
with :
95
95
node-version : 18
96
96
97
- - uses : actions/checkout@v4.1.7
97
+ - uses : actions/checkout@v4.2.0
98
98
with :
99
99
ref : ${{ inputs.tag_name }}
100
100
fetch-depth : 0 # https://github.com/actions/checkout/issues/1471
@@ -113,7 +113,7 @@ jobs:
113
113
APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
114
114
steps :
115
115
- run : echo "Creating Mac release for tag ${{ inputs.tag_name }}"
116
- - uses : actions/checkout@v4.1.7
116
+ - uses : actions/checkout@v4.2.0
117
117
with :
118
118
ref : ${{ inputs.tag_name }}
119
119
fetch-depth : 0 # https://github.com/actions/checkout/issues/1471
@@ -137,7 +137,7 @@ jobs:
137
137
APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
138
138
steps :
139
139
- run : echo "Creating Mac release for tag ${{ inputs.tag_name }}"
140
- - uses : actions/checkout@v4.1.7
140
+ - uses : actions/checkout@v4.2.0
141
141
with :
142
142
ref : ${{ inputs.tag_name }}
143
143
fetch-depth : 0 # https://github.com/actions/checkout/issues/1471
You can’t perform that action at this time.
0 commit comments