@@ -25,10 +25,10 @@ jobs:
2525 if : startsWith(github.ref, 'refs/tags/v') == true
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v1
29- - uses : actions/setup-node@v1
28+ - uses : actions/checkout@v4
29+ - uses : actions/setup-node@v4
3030 with :
31- node-version : 12
31+ node-version : 20
3232 registry-url : https://registry.npmjs.org/
3333 - id : get_version
3434 run : |
7171 env :
7272 GOPATH : /Users/runner/work/devspace/go
7373 - name : Check out code into the Go module directory
74- uses : actions/checkout@v1
74+ uses : actions/checkout@v4
7575 - name : Download ui tar
7676 uses : actions/download-artifact@v4
7777 with :
@@ -97,10 +97,10 @@ jobs:
9797 needs : [release, release-ui]
9898 runs-on : ubuntu-latest
9999 steps :
100- - uses : actions/checkout@v1
101- - uses : actions/setup-node@v1
100+ - uses : actions/checkout@v4
101+ - uses : actions/setup-node@v4
102102 with :
103- node-version : 12
103+ node-version : 20
104104 registry-url : https://registry.npmjs.org/
105105 - id : get_version
106106 run : |
@@ -118,7 +118,7 @@ jobs:
118118 if : github.ref == 'refs/heads/main'
119119 runs-on : ubuntu-latest
120120 steps :
121- - uses : actions/checkout@v1
121+ - uses : actions/checkout@v4
122122123123 with :
124124 tags : next
@@ -130,7 +130,7 @@ jobs:
130130 needs : [release]
131131 runs-on : ubuntu-latest
132132 steps :
133- - uses : actions/checkout@v1
133+ - uses : actions/checkout@v4
134134 - id : get_version
135135 run : |
136136 RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
0 commit comments