File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Setup Node.js
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v5
2020 with :
2121 node-version : 24
2222 cache : " npm"
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 name : Test
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 ref : ${{ github.event.inputs.ref || github.ref }}
3232
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v5
3434 with :
3535 node-version : " 24"
3636
@@ -63,11 +63,11 @@ jobs:
6363 - package : " @cortexkit/pi-antigravity-auth"
6464 workspace : " @cortexkit/pi-antigravity-auth"
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v5
6767 with :
6868 ref : ${{ github.event.inputs.ref || github.ref }}
6969
70- - uses : actions/setup-node@v4
70+ - uses : actions/setup-node@v5
7171 with :
7272 node-version : " 24"
7373 registry-url : " https://registry.npmjs.org"
@@ -114,7 +114,7 @@ jobs:
114114 needs : [test, publish-npm]
115115 if : github.event_name == 'push'
116116 steps :
117- - uses : actions/checkout@v4
117+ - uses : actions/checkout@v5
118118
119119 - name : Create GitHub Release
120120 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments