File tree Expand file tree Collapse file tree 4 files changed +17
-36
lines changed Expand file tree Collapse file tree 4 files changed +17
-36
lines changed Original file line number Diff line number Diff line change
1
+ paths :
2
+ ' **/*.yml ' :
3
+ ignore :
4
+ # https://github.com/rhysd/actionlint/issues/559
5
+ - ' invalid runner name "node24"'
Original file line number Diff line number Diff line change @@ -138,30 +138,6 @@ inputs:
138
138
default : ' '
139
139
required : false
140
140
141
- # retries - TODO - remove in v3.0
142
- retries :
143
- description : |-
144
- Number of times to retry a failed authentication attempt. This is useful
145
- for automated pipelines that may execute before IAM permissions are fully
146
- propagated.
147
- deprecationMessage : |-
148
- This field is no longer used and will be removed in a future release.
149
- required : false
150
- backoff :
151
- description : |-
152
- Delay time before trying another authentication attempt. This is
153
- implemented using a fibonacci backoff method (e.g. 1-1-2-3-5). The default
154
- value is 250 milliseconds.
155
- deprecationMessage : |-
156
- This field is no longer used and will be removed in a future release.
157
- required : false
158
- backoff_limit :
159
- description : |-
160
- Limits the retry backoff to the specified value.
161
- deprecationMessage : |-
162
- This field is no longer used and will be removed in a future release.
163
- required : false
164
-
165
141
# id token params
166
142
id_token_audience :
167
143
description : |-
@@ -204,6 +180,6 @@ branding:
204
180
color : ' blue'
205
181
206
182
runs :
207
- using : ' node20 '
183
+ using : ' node24 '
208
184
main : ' dist/main/index.js'
209
185
post : ' dist/post/index.js'
Original file line number Diff line number Diff line change 10
10
"test" : " bash ./bin/runTests.sh"
11
11
},
12
12
"engines" : {
13
- "node" : " >= 20 .x" ,
14
- "npm" : " >= 10 .x"
13
+ "node" : " >= 24 .x" ,
14
+ "npm" : " >= 11 .x"
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
29
29
"dependencies" : {
30
30
"@actions/core" : " ^1.11.1" ,
31
31
"@actions/http-client" : " ^2.2.3" ,
32
- "@google-github-actions/actions-utils" : " ^0.8.10 "
32
+ "@google-github-actions/actions-utils" : " ^1.0.1 "
33
33
},
34
34
"devDependencies" : {
35
35
"@eslint/eslintrc" : " ^3.3.1" ,
You can’t perform that action at this time.
0 commit comments