Update GitHub actionbot to latest version (#14439)

Closes #14436
This commit is contained in:
Alexander Schwartz 2022-09-16 09:55:03 +02:00 committed by GitHub
parent a8a3092df4
commit f86b293cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# to avoid a tag being changed afterwards, use the commit hash of the action
- uses: keycloak/keycloak-gh-actionbot@1f2a036608f4e498bb726f1acc8bd884fd36bb0e # v0.2.0
- uses: keycloak/keycloak-gh-actionbot@33d8759517f1bfbb70d52fa1f6d58ef2e824301b # v0.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}