File tree Expand file tree Collapse file tree 6 files changed +15
-11
lines changed
Expand file tree Collapse file tree 6 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout code
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 0
1313 - name : Prepare tag
3535 needs : check-release-tag
3636 if : ${{ needs.check-release-tag.outputs.tag }}
3737 steps :
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v4
3939 - name : Prepare tag
4040 run : |
4141 export TAG=v$(jq -r '.version' package.json)
6363 runs-on : ubuntu-latest
6464 needs : create-github-release
6565 steps :
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v4
6767 - uses : flood-io/is-published-on-npm@8478347e2650eb228d303975415458183d0a37e4
6868 id : is-published
6969 - run : echo "This version is already published on NPM"
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 name : Prepare release
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 - name : Get current version
1616 shell : bash
1717 run : |
1818 CURRENT_VERSION=$(jq -r '.version' package.json)
1919 echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 with :
2222 repository : pusher/actions
2323 token : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
Original file line number Diff line number Diff line change 77
88jobs :
99 test :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 strategy :
1212 fail-fast : false
1313 matrix :
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121
2222 - name : Setup Node.js
2323 uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.3.0
4+
5+ - [ CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.
6+
37## 5.2.0
48
5- - [ CHANGED] Remove old notification references. It's no longer being used
9+ - [ CHANGED] Remove old notification references. It's no longer being used
610
711## 5.1.3
812
Original file line number Diff line number Diff line change 11{
22 "name" : " pusher" ,
33 "description" : " Node.js client to interact with the Pusher Channels REST API" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "author" : " Pusher <support@pusher.com>" ,
66 "contributors" : [
77 {
You can’t perform that action at this time.
0 commit comments