File tree 7 files changed +17
-10
lines changed
build-publish-alpha-package
notify-jira-about-contribution
7 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' davinci-github-actions ' : patch
3
+ ---
4
+
5
+ ---
6
+
7
+ - bring ` toptal/davinci-github-actions/* ` dependencies up-to-date
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
name : Call notify jira about contribution
14
14
steps :
15
- - uses : toptal/davinci-github-actions/notify-jira-about-contribution@v4.10.4
15
+ - uses : toptal/davinci-github-actions/notify-jira-about-contribution@v6.0.0
16
16
with :
17
17
team : frontend-experience-eng
18
18
repo : ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 31
31
with :
32
32
node-version : ' 14.17'
33
33
34
- - uses : toptal/davinci-github-actions/yarn-install@v4.4.2
34
+ - uses : toptal/davinci-github-actions/yarn-install@v6.0.0
35
35
36
36
- name : Build package
37
37
shell : bash
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ inputs:
21
21
runs :
22
22
using : composite
23
23
steps :
24
- - uses : toptal/davinci-github-actions/yarn-install@v4.8.5
24
+ - uses : toptal/davinci-github-actions/yarn-install@v6.0.0
25
25
26
26
- name : Build
27
27
shell : bash
28
28
run : yarn build
29
29
30
- - uses : toptal/davinci-github-actions/build-push-image@v4.8.4
30
+ - uses : toptal/davinci-github-actions/build-push-image@v6.0.0
31
31
with :
32
32
sha : ${{ inputs.sha }}
33
33
image-name : ${{ inputs.repository-name }}-release
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ runs:
62
62
63
63
- name : Install Dependencies
64
64
if : ${{ inputs.use-prebuilt-package == 'false' && inputs.use-prebuilt-image == 'false' }}
65
- uses : toptal/davinci-github-actions/yarn-install@v4.8.2
65
+ uses : toptal/davinci-github-actions/yarn-install@v6.0.0
66
66
67
67
- name : Generate Types
68
68
if : ${{ inputs.generate-types-command != 'false' }}
69
- uses : toptal/davinci-github-actions/generate-gql-types@v4.8.2
69
+ uses : toptal/davinci-github-actions/generate-gql-types@v6.0.0
70
70
with :
71
71
generate-types-command : ${{ inputs.generate-types-command }}
72
72
gcr-gql-schemas-bucket-token : ${{ env.GCR_GQL_SCHEMAS_BUCKET_TOKEN }}
98
98
echo "pr_number=${{ inputs.pr-number }}" >> $GITHUB_OUTPUT
99
99
100
100
- name : Build and Push Storybook Image
101
- uses : toptal/davinci-github-actions/build-push-image@v4.8.4
101
+ uses : toptal/davinci-github-actions/build-push-image@v6.0.0
102
102
if : ${{ inputs.use-prebuilt-image == 'false' }}
103
103
with :
104
104
sha : ${{ inputs.sha }}
@@ -128,7 +128,7 @@ runs:
128
128
}
129
129
job_timeout : 1200
130
130
131
- - uses : toptal/davinci-github-actions/extract-env-variables@v4.8.3
131
+ - uses : toptal/davinci-github-actions/extract-env-variables@v6.0.0
132
132
if : ${{ inputs.environment == 'temploy' }}
133
133
id : env-variables
134
134
with :
Original file line number Diff line number Diff line change 32
32
pull-number : ${{ inputs.pull-number }}
33
33
GITHUB_TOKEN : ${{ inputs.github-token }}
34
34
35
- - uses : toptal/davinci-github-actions/is-team-member@v4.4.2
35
+ - uses : toptal/davinci-github-actions/is-team-member@v6.0.0
36
36
id : is-team-member
37
37
with :
38
38
team : ${{ inputs.team }}
Original file line number Diff line number Diff line change 27
27
28
28
- name : Get changeset status
29
29
id : changeset-info
30
- uses : toptal/davinci-github-actions/get-changeset-info@v4.10.1
30
+ uses : toptal/davinci-github-actions/get-changeset-info@v6.0.0
31
31
with :
32
32
base-ref : origin/${{ inputs.base-branch }}
33
33
You can’t perform that action at this time.
0 commit comments