This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
changelog : ${{ steps.github_tag_action.outputs.changelog }}
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v1
34
+ uses : actions/checkout@v4.1.6
35
35
36
36
- name : Bump version and push tag
37
37
id : github_tag_action
38
- uses : mathieudutour/github-tag-action@v4.5
38
+ uses : mathieudutour/github-tag-action@v6.2
39
39
with :
40
40
github_token : ${{ secrets.GITHUB_TOKEN }}
41
41
release_branches : main
@@ -47,20 +47,20 @@ jobs:
47
47
if : ${{ needs.bump_version.outputs.new_tag != null }}
48
48
steps :
49
49
- name : Checkout 🛎️
50
- uses : actions/checkout@v2.3.1
50
+ uses : actions/checkout@v4.1.6
51
51
with :
52
52
submodules : recursive
53
53
54
54
- name : Setup Node
55
- uses : actions/setup-node@v1
55
+ uses : actions/setup-node@v4.0.2
56
56
with :
57
57
node-version : ' 16.17.1'
58
58
59
59
- name : Install yarn
60
60
run : npm install --global yarn
61
61
62
62
- name : Cache dependencies
63
- uses : actions/cache@v1
63
+ uses : actions/cache@v4.0.2
64
64
with :
65
65
path : ~/.npm
66
66
key : ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
77
77
yarn run build
78
78
79
79
- name : Deploy 🚀
80
- uses : JamesIves/github-pages-deploy-action@4.1.0
80
+ uses : JamesIves/github-pages-deploy-action@v4.6.1
81
81
with :
82
82
branch : gh-pages # The branch the action should deploy to.
83
83
folder : build # The folder the action should deploy.
You can’t perform that action at this time.
0 commit comments