diff --git a/.github/workflows/update-cspell.yml b/.github/workflows/update-cspell.yml index 623997f..26aab6b 100644 --- a/.github/workflows/update-cspell.yml +++ b/.github/workflows/update-cspell.yml @@ -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: diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index cf115a6..23621ec 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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: