eslint-plugin-primer-react 8.6.1-rc.78da63c → 8.6.1-rc.95082d9

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.
@@ -12,7 +12,7 @@ jobs:
12
12
  PROJECT_ID: 4503
13
13
  steps:
14
14
  - id: get-primer-access-token
15
- uses: actions/create-github-app-token@v3.1.1
15
+ uses: actions/create-github-app-token@v3.2.0
16
16
  with:
17
17
  app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
18
18
  private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
@@ -22,7 +22,7 @@ jobs:
22
22
  env:
23
23
  GH_TOKEN: ${{ steps.get-primer-access-token.outputs.token }}
24
24
  - id: get-github-access-token
25
- uses: actions/create-github-app-token@v3.1.1
25
+ uses: actions/create-github-app-token@v3.2.0
26
26
  with:
27
27
  app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
28
28
  private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}
@@ -26,7 +26,7 @@ jobs:
26
26
  fetch-depth: 0
27
27
  persist-credentials: false
28
28
 
29
- - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3
29
+ - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
30
30
  id: app-token
31
31
  with:
32
32
  app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "8.6.1-rc.78da63c",
3
+ "version": "8.6.1-rc.95082d9",
4
4
  "description": "ESLint rules for Primer React",
5
5
  "main": "src/index.js",
6
6
  "engines": {