From 52c2b071efa756b35b00ec4f31499a904bbf2a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:22:00 +0000 Subject: [PATCH] chore(deps): update tibdex/github-app-token action to v2 --- .github/workflows/lint-fix-if-needed.yml | 2 +- .github/workflows/prettier-if-needed.yml | 2 +- .github/workflows/yarn-if-needed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-fix-if-needed.yml b/.github/workflows/lint-fix-if-needed.yml index dc41550aa9e..2a0b8afb51b 100644 --- a/.github/workflows/lint-fix-if-needed.yml +++ b/.github/workflows/lint-fix-if-needed.yml @@ -45,7 +45,7 @@ jobs: path: .eslintcache key: eslint-v1-${{ hashFiles('.eslintrc.cjs') }} - run: "yarn lint:fix --rule 'prettier/prettier: [off]'" - - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1 + - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 # Run even if `yarn lint:fix` fails if: always() id: generate-token diff --git a/.github/workflows/prettier-if-needed.yml b/.github/workflows/prettier-if-needed.yml index 6ac358cf09c..5653d0d2237 100644 --- a/.github/workflows/prettier-if-needed.yml +++ b/.github/workflows/prettier-if-needed.yml @@ -47,7 +47,7 @@ jobs: - run: yarn prettier --write - name: GitHub blocks PRs from automation that alter workflows in any way run: git restore .github/workflows yarn.lock - - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1 + - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 id: generate-token with: app_id: ${{ secrets.ECOSPARK_APP_ID }} diff --git a/.github/workflows/yarn-if-needed.yml b/.github/workflows/yarn-if-needed.yml index ba9f82cbd63..dd00cdb6b14 100644 --- a/.github/workflows/yarn-if-needed.yml +++ b/.github/workflows/yarn-if-needed.yml @@ -39,7 +39,7 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: yarn install --ignore-scripts --frozen-lockfile --update-checksums --force - run: npx yarn-deduplicate -- yarn.lock --strategy highest - - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1 + - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 id: generate-token with: app_id: ${{ secrets.ECOSPARK_APP_ID }}