File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
20- - uses : actions/setup-node@v4
20+ - uses : actions/setup-node@v5
2121 with :
2222 node-version : ' 22'
2323 - run : npm ci
@@ -31,10 +31,10 @@ jobs:
3131 runs-on : ubuntu-latest
3232 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
37- - uses : actions/setup-node@v4
37+ - uses : actions/setup-node@v5
3838 with :
3939 node-version : ' 22'
4040 - run : npm ci
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 steps :
2323 # Checkout code with full history to get tags
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
2828 # Set up Node.js
29- - uses : actions/setup-node@v4
29+ - uses : actions/setup-node@v5
3030 with :
3131 node-version : ' 22'
3232
@@ -60,11 +60,11 @@ jobs:
6060
6161 steps :
6262 # Checkout the release tag
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464 with :
6565 ref : v${{ needs.release.outputs.new_release_version }}
6666
67- - uses : actions/setup-node@v4
67+ - uses : actions/setup-node@v5
6868 with :
6969 node-version : ' 22'
7070
You can’t perform that action at this time.
0 commit comments