We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 343a29a + 0135bcd commit db61a71Copy full SHA for db61a71
.github/workflows/dependabot.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "Nothing to commit!"
29
echo "change=no" >> $GITHUB_OUTPUT
30
fi
31
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
32
if: steps.commit.outputs.change == 'yes'
33
id: generate-token
34
with:
0 commit comments