@kununu/eslint-config 2.3.1 → 2.4.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.
@@ -19,18 +19,21 @@ jobs:
19
19
 
20
20
  steps:
21
21
  - name: Checkout Source
22
- uses: actions/checkout@v2
22
+ uses: actions/checkout@v3
23
+ with:
24
+ fetch-depth: 0
25
+ token: ${{ secrets.KUNUNU_BOT_GITHUB_TOKEN }}
23
26
 
24
27
  - name: Setup Node
25
- uses: actions/setup-node@v2
28
+ uses: actions/setup-node@v3
26
29
  with:
27
30
  node-version: '16'
28
31
  cache: 'npm'
29
32
 
30
33
  - name: Setup git
31
34
  run: |
32
- git config user.name 'github-action'
33
- git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
35
+ git config user.name "kununu-bot"
36
+ git config user.email "technik@kununu.com"
34
37
 
35
38
  - name: Install Packages
36
39
  run: npm ci
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/eslint-config",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "kununu's ESLint config",
5
5
  "main": "index.js",
6
6
  "repository": "kununu/eslint-config",