Skip to content

Commit

Permalink
chore(deps): bump tibdex/github-app-token from 1.8 to 2.0 (#379)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 0faf19c commit 59adcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
echo "Status: ${{ env.git_status }}"
echo "CSpell Version: ${{ env.CSPELL_VERSION }}"
- uses: tibdex/github-app-token@v1.8 # cspell:ignore tibdex
- uses: tibdex/github-app-token@v2.0 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "DIFF" >> $GITHUB_ENV
- name: Echo git_status
run: echo ${{ env.git_status }}
- uses: tibdex/github-app-token@v1.8 # cspell:ignore tibdex
- uses: tibdex/github-app-token@v2.0 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down

0 comments on commit 59adcc3

Please sign in to comment.