Skip to content

Commit

Permalink
chore(deps): update tibdex/github-app-token action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 85719b7 commit 563286e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-fix-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0914d50df753bbc42180d982a6550f195390069f # v2
# Run even if `yarn lint:fix` fails
if: always()
id: generate-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0914d50df753bbc42180d982a6550f195390069f # v2
id: generate-token
with:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0914d50df753bbc42180d982a6550f195390069f # v2
id: generate-token
with:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
Expand Down

0 comments on commit 563286e

Please sign in to comment.