sfmc-sdk 1.0.1 → 2.0.1

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.
@@ -33,7 +33,7 @@ jobs:
33
33
 
34
34
  steps:
35
35
  - name: Checkout repository
36
- uses: actions/checkout@v2
36
+ uses: actions/checkout@v3
37
37
 
38
38
  # Initializes the CodeQL tools for scanning.
39
39
  - name: Initialize CodeQL
@@ -7,7 +7,7 @@ jobs:
7
7
  pr-labeler:
8
8
  runs-on: ubuntu-latest
9
9
  steps:
10
- - uses: TimonVS/pr-labeler-action@v3
10
+ - uses: TimonVS/pr-labeler-action@v4
11
11
  with:
12
12
  configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
13
13
  env:
@@ -16,10 +16,10 @@ jobs:
16
16
  runs-on: ubuntu-latest
17
17
 
18
18
  steps:
19
- - uses: actions/checkout@v2
20
- - uses: actions/setup-node@v2
19
+ - uses: actions/checkout@v3
20
+ - uses: actions/setup-node@v3
21
21
  with:
22
- node-version: 16
22
+ node-version: 18
23
23
  registry-url: https://registry.npmjs.org/
24
24
  - run: npm install
25
25
  - run: npm run lint
@@ -15,12 +15,12 @@ jobs:
15
15
  id: create_release
16
16
  env:
17
17
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
- - uses: actions/checkout@v2
19
- - uses: actions/setup-node@v2
18
+ - uses: actions/checkout@v3
19
+ - uses: actions/setup-node@v3
20
20
  with:
21
- node-version: 16
21
+ node-version: 18
22
22
  registry-url: https://registry.npmjs.org/
23
- - uses: HarmvZ/set-package-json-version-action@v0.1.2
23
+ - uses: HarmvZ/set-package-json-version-action@v0.2.5
24
24
  with:
25
25
  version: ${{ steps.create_release.outputs.tag_name }}
26
26
  - run: npm i