Skip to content

Commit bb5e309

Browse files
authored
Merge pull request #4274 from learningequality/dependabot/github_actions/tibdex/github-app-token-2
Bump tibdex/github-app-token from 1 to 2
2 parents a85db42 + 5867823 commit bb5e309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontendlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: github.event.pull_request && github.event.pull_request.head.repo.full_name == github.repository
5050
id: git-check
5151
run: echo ::set-output name=modified::$(git diff-index --name-only HEAD)
52-
- uses: tibdex/github-app-token@v1
52+
- uses: tibdex/github-app-token@v2
5353
if: github.event.pull_request && github.event.pull_request.head.repo.full_name == github.repository && steps.git-check.outputs.modified != ''
5454
id: generate-token
5555
with:

0 commit comments

Comments
 (0)