File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 91
91
# See https://github.com/nodejs/node-gyp/issues/2219
92
92
# This can be removed when "node-gyp" is updated
93
93
- name : Set up Python 3.10
94
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@v5
95
95
with :
96
96
python-version : ' 3.10'
97
97
Original file line number Diff line number Diff line change 48
48
# See https://github.com/nodejs/node-gyp/issues/2219
49
49
# This can be removed when "node-gyp" is updated
50
50
- name : Set up Python 3.10
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : ' 3.10'
54
54
Original file line number Diff line number Diff line change 59
59
# See https://github.com/nodejs/node-gyp/issues/2219
60
60
# This can be removed when "node-gyp" is updated
61
61
- name : Set up Python 3.10
62
- uses : actions/setup-python@v4
62
+ uses : actions/setup-python@v5
63
63
with :
64
64
python-version : ' 3.10'
65
65
Original file line number Diff line number Diff line change 55
55
STACK_VERSION : ${{ inputs.stack-version }}
56
56
# The upload-artifact action fails if the name contains slashes `/` or colons `:`.
57
57
# This step creates a slugified version that will not contain these characters.
58
- - uses : gacts/github-slug@7ef5f322bcd0902e63d75aae219a71367852a7b9 # 1.3.1
58
+ - uses : gacts/github-slug@b6a1ff29ef2fec9238453177601eece6cc6cb973 # 1.3.2
59
59
id : slug
60
60
if : success() || failure()
61
61
with :
You can’t perform that action at this time.
0 commit comments