Skip to content

Commit 554b010

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 337a6b6 commit 554b010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: always() && github.event.inputs.release == 'true' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: actions/create-github-app-token@v1
77+
- uses: actions/create-github-app-token@v2
7878
id: app-token
7979
with:
8080
app-id: ${{ secrets.ECOSPARK_APP_ID }}

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
key: prettier-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('package.json') }}
3232
- run: pnpm format
3333
- run: git restore .github/workflows pnpm-lock.yaml CHANGELOG.md
34-
- uses: actions/create-github-app-token@v1
34+
- uses: actions/create-github-app-token@v2
3535
id: generate-token
3636
with:
3737
app-id: ${{ secrets.ECOSPARK_APP_ID }}

.github/workflows/react-compiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: pnpm
2525
node-version: lts/*
2626
- run: pnpm -r up --ignore-scripts react-compiler-runtime@rc babel-plugin-react-compiler@rc eslint-plugin-react-hooks@experimental
27-
- uses: actions/create-github-app-token@v1
27+
- uses: actions/create-github-app-token@v2
2828
id: generate-token
2929
with:
3030
app-id: ${{ secrets.ECOSPARK_APP_ID }}

0 commit comments

Comments
 (0)