Skip to content

Commit

Permalink
[renovate] Attempt at fixing action format (#190377)
Browse files Browse the repository at this point in the history
Attempt at fixing `Could not determine new digest for update`. I don't
have a lot to go on otherwise, this is the only difference I can see
from the docs.

https://docs.renovatebot.com/modules/manager/github-actions/
  • Loading branch information
jbudz authored Aug 12, 2024
1 parent 8e99daf commit 2373da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #4.0.0
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve-backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #4.0.0
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0

0 comments on commit 2373da5

Please sign in to comment.