File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 matrix :
1313 node : ["20", "21"]
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Setup
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : ${{ matrix.node }}
2121
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 with :
1616 ref : " main"
1717
Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
1414 # Steps represent a sequence of tasks that will be executed as part of the job
1515 steps :
1616 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818
1919 # use node setup library (more info here https://github.com/actions/setup-node)
20- - uses : actions/setup-node@v2
20+ - uses : actions/setup-node@v4
2121 with :
2222 node-version : 20
2323
2424 - name : Npm Install
2525 run : npm install
2626
2727 # publishes to NPM using third party tool (more info here https://github.com/JS-DevTools/npm-publish)
28- - uses : JS-DevTools/npm-publish@v1
28+ - uses : JS-DevTools/npm-publish@v3
2929 with :
3030 token : ${{ secrets.NPM_TOKEN }}
3131 access : public
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
12- - uses : actions/setup-node@v3
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
1313 with :
1414 node-version : 20
1515 - run : npm install
1616 - run : npm test
17- - uses : JS-DevTools/npm-publish@v1
17+ - uses : JS-DevTools/npm-publish@v3
1818 with :
1919 token : ${{ secrets.NPM_TOKEN }}
2020 tag : latest
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 matrix :
1515 node : ["20", "21"]
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818
1919 - name : Setup
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node }}
2323
Original file line number Diff line number Diff line change 1313 verify_authors :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717
1818 - name : Install Dependencies
1919 run : npm ci
You can’t perform that action at this time.
0 commit comments