Skip to content

Commit 2373da5

Browse files
authored
[renovate] Attempt at fixing action format (#190377)
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/
1 parent 8e99daf commit 2373da5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-approve-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
permissions:
1616
pull-requests: write
1717
steps:
18-
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #4.0.0
18+
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0

.github/workflows/auto-approve-backports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
permissions:
1616
pull-requests: write
1717
steps:
18-
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #4.0.0
18+
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0

0 commit comments

Comments
 (0)