From ca104471812dd338b81a93b7d8d50430a8669ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:44:38 +0200 Subject: [PATCH] chore(deps): bump tibdex/github-app-token from 2.0 to 2.1 (#388) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-cspell.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cspell.yml b/.github/workflows/update-cspell.yml index 26aab6b..64214ad 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@v2.0 # cspell:ignore tibdex + - uses: tibdex/github-app-token@v2.1 # 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 23621ec..1506ad9 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@v2.0 # cspell:ignore tibdex + - uses: tibdex/github-app-token@v2.1 # cspell:ignore tibdex if: env.git_status == 'dirty' id: generate-token with: