Skip to content

Commit

Permalink
build(deps): bump tibdex/github-app-token from 1.4 to 1.5 (#1972)
Browse files Browse the repository at this point in the history
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.4 to 1.5.
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](tibdex/github-app-token@v1.4...v1.5)

---
updated-dependencies:
- dependency-name: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 9, 2021
1 parent 5820d31 commit d5440de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Expand Up @@ -166,7 +166,7 @@ jobs:
run: echo ${{ env.git_status }}

- name: Generate Token
uses: tibdex/github-app-token@v1.4 # cspell:ignore tibdex
uses: tibdex/github-app-token@v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies-cspell4.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
echo 'DIFF' >> $GITHUB_ENV
- name: Echo git_status
run: echo ${{ env.git_status }}
- uses: tibdex/github-app-token@v1.4 # cspell:ignore tibdex
- uses: tibdex/github-app-token@v1.5 # 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
Expand Up @@ -62,7 +62,7 @@ jobs:
echo 'DIFF' >> $GITHUB_ENV
- name: Echo git_status
run: echo ${{ env.git_status }}
- uses: tibdex/github-app-token@v1.4 # cspell:ignore tibdex
- uses: tibdex/github-app-token@v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down

0 comments on commit d5440de

Please sign in to comment.