Skip to content

Commit a9929eb

Browse files
committed
chore: unpin digests in github actions manifests
1 parent 665e65b commit a9929eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/renovate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
workflow_dispatch:
1010

1111
concurrency:
12-
group: renovate-${{ github.ref }}
12+
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:
1616
renovate:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
20-
- uses: renovatebot/github-action@bb00a24605e009026226996bf12fb51a89499423 # tag=v32.6.5
19+
- uses: actions/checkout@v3
20+
- uses: renovatebot/github-action@v32.190.2
2121
with:
2222
configurationFile: .github/renovate.json
2323
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)