dependabot[bot] dependabot[bot] commited on
Commit
e4fc893
·
unverified ·
1 Parent(s): 858819e

Bump actions/create-github-app-token from 1 to 2 (#1436)

Browse files

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

.github/workflows/claude-dedupe-issues.yml CHANGED
@@ -24,7 +24,7 @@ jobs:
24
 
25
  - name: Generate Marvin App token
26
  id: marvin-token
27
- uses: actions/create-github-app-token@v1
28
  with:
29
  app-id: ${{ secrets.MARVIN_APP_ID }}
30
  private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
 
24
 
25
  - name: Generate Marvin App token
26
  id: marvin-token
27
+ uses: actions/create-github-app-token@v2
28
  with:
29
  app-id: ${{ secrets.MARVIN_APP_ID }}
30
  private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
.github/workflows/marvin.yml CHANGED
@@ -33,7 +33,7 @@ jobs:
33
 
34
  - name: Generate Marvin App token
35
  id: marvin-token
36
- uses: actions/create-github-app-token@v1
37
  with:
38
  app-id: ${{ secrets.MARVIN_APP_ID }}
39
  private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
 
33
 
34
  - name: Generate Marvin App token
35
  id: marvin-token
36
+ uses: actions/create-github-app-token@v2
37
  with:
38
  app-id: ${{ secrets.MARVIN_APP_ID }}
39
  private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}