mongodb-atlas-api-client 4.0.2 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,11 +22,11 @@ jobs:
22
22
  runs-on: ubuntu-latest
23
23
  needs: build
24
24
  steps:
25
- - uses: actions/checkout@v1
25
+ - uses: actions/checkout@v3
26
26
  with:
27
27
  persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
28
28
  fetch-depth: 0 # otherwise, you will failed to push refs to dest repo:
29
- - uses: actions/setup-node@v1
29
+ - uses: actions/checkout@v3
30
30
  with:
31
31
  node-version: 14
32
32
  registry-url: https://registry.npmjs.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb-atlas-api-client",
3
- "version": "4.0.2",
3
+ "version": "4.2.0",
4
4
  "description": "A mongodb atlas api client for nodejs.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {