We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f92f45a + 52c1429 commit 69c4a30Copy full SHA for 69c4a30
.github/workflows/renovate.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/[email protected]
31
32
- name: Self-hosted Renovate
33
- uses: renovatebot/github-action@v38.1.0
+ uses: renovatebot/github-action@v39.0.1
34
with:
35
configurationFile: .github/renovate/renovate.json
36
token: ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
.github/workflows/required-labels.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
name: Verify Pull Request has labels
11
steps:
12
- - uses: mheap/github-action-required-labels@v4
+ - uses: mheap/github-action-required-labels@v5
13
14
mode: minimum
15
count: 1
0 commit comments