Skip to content

Commit 39e33c4

Browse files
authored
Fix wrong dependabot-auto-approve hash (#213)
## Summary - Fix commit hash reference to use v1.3.2 instead of v1.3.0 in the dependabot-auto-approve workflow
2 parents 4ae8a30 + dca8bb7 commit 39e33c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.actor == 'dependabot[bot]'
1212
steps:
13-
- uses: frequenz-floss/dependabot-auto-approve@005e52004f5d5c6af2f81b89ec25e5cf6f3dfd77 # v1.3.0
13+
- uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
1414
with:
1515
dependency-type: 'all'
1616
auto-merge: 'true'

0 commit comments

Comments
 (0)