File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
using : " composite"
6
6
steps :
7
7
- name : Download the prerequisites bin
8
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9
9
with :
10
10
name : prerequisites-bin
11
11
path : bin
19
19
run : rm bin/executables.txt
20
20
21
21
- name : Download schema-embed.json
22
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
22
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
23
23
with :
24
24
# Use a pattern to avoid failing if the artifact doesn't exist
25
25
pattern : schema-embed.*
Original file line number Diff line number Diff line change 6
6
steps :
7
7
8
8
- name : Download pulumi-resource-junipermist
9
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
10
10
with :
11
11
pattern : pulumi-resource-junipermist-*-linux-amd64.tar.gz
12
12
path : ${{ github.workspace }}/bin
Original file line number Diff line number Diff line change 10
10
using : " composite"
11
11
steps :
12
12
- name : Download ${{ inputs.language }} SDK
13
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
13
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
14
14
with :
15
15
name : ${{ inputs.language }}-sdk.tar.gz
16
16
path : ${{ github.workspace}}/sdk/
Original file line number Diff line number Diff line change 72
72
73
73
- name : Setup Python
74
74
if : inputs.tools == 'all' || contains(inputs.tools, 'python')
75
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
75
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
76
76
with :
77
77
python-version : 3.11.8
78
78
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
76
76
- name : Create dist directory
77
77
run : mkdir -p dist
78
78
- name : Download provider assets
79
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
79
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
80
80
with :
81
81
pattern : pulumi-resource-junipermist-v${{ inputs.version }}-*
82
82
path : dist
83
83
# Don't create a directory for each artifact
84
84
merge-multiple : true
85
85
- name : Download schema
86
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
86
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
87
87
with :
88
88
# Use a pattern to avoid failing if the artifact doesn't exist
89
89
pattern : schema-embed.*
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ build_nodejs: .make/build_nodejs
148
148
cd sdk/nodejs/ && \
149
149
yarn install && \
150
150
yarn run tsc && \
151
- cp ../../README.md ../../LICENSE* package.json yarn.lock ./bin/
151
+ cp ../../README.md ../../LICENSE package.json yarn.lock ./bin/
152
152
@touch $@
153
153
.PHONY : generate_nodejs build_nodejs
154
154
You can’t perform that action at this time.
0 commit comments