File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout Repository
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Setup Node.js
17
- uses : actions/setup-node@v2
17
+ uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 14 '
19
+ node-version : ' 20 '
20
20
21
21
- name : Bump Version and Create Release
22
- uses : phips28/gh-action-bump-version@v9
22
+ uses : phips28/gh-action-bump-version@v11
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
with :
28
28
commit-message : " chore(release): bump version to {{version}} [skip ci]"
29
29
30
30
- name : Create GitHub Release
31
- uses : softprops/action-gh-release@v1
31
+ uses : softprops/action-gh-release@v2
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
with :
You can’t perform that action at this time.
0 commit comments