File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
name : ${{ needs.build.outputs.artifact_name }}
96
96
path : .
97
97
- name : Find packages
98
- uses : tj-actions/glob@v21
98
+ uses : tj-actions/glob@v22
99
99
id : packages
100
100
with :
101
101
files : ' *.tgz'
Original file line number Diff line number Diff line change 32
32
- name : Format
33
33
run : npm run format
34
34
- name : Commit
35
- uses : stefanzweifel/git-auto-commit-action@v5
35
+ uses : stefanzweifel/git-auto-commit-action@v6
36
36
if : always()
37
37
with :
38
38
commit_message : ' ci: Format code'
Original file line number Diff line number Diff line change 34
34
- name : Normalize package-lock.json
35
35
run : npm install
36
36
- name : Commit
37
- uses : stefanzweifel/git-auto-commit-action@v5
37
+ uses : stefanzweifel/git-auto-commit-action@v6
38
38
with :
39
39
commit_message : ' ci: Generate code'
40
40
commit_user_name : ${{ secrets.GIT_USER_NAME }}
You can’t perform that action at this time.
0 commit comments