Skip to content

Commit db61a71

Browse files
authored
Merge pull request #80 from mietzen/dependabot/github_actions/dot-github/workflows/actions/create-github-app-token-2
Bump actions/create-github-app-token from 1 to 2 in /.github/workflows
2 parents 343a29a + 0135bcd commit db61a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "Nothing to commit!"
2929
echo "change=no" >> $GITHUB_OUTPUT
3030
fi
31-
- uses: actions/create-github-app-token@v1
31+
- uses: actions/create-github-app-token@v2
3232
if: steps.commit.outputs.change == 'yes'
3333
id: generate-token
3434
with:

0 commit comments

Comments
 (0)