Skip to content

Commit 69c4a30

Browse files
authored
Merge branch 'develop' into feature/upgrade-azure-boot
2 parents f92f45a + 52c1429 commit 69c4a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131

3232
- name: Self-hosted Renovate
33-
uses: renovatebot/github-action@v38.1.0
33+
uses: renovatebot/github-action@v39.0.1
3434
with:
3535
configurationFile: .github/renovate/renovate.json
3636
token: ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}

.github/workflows/required-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
name: Verify Pull Request has labels
1111
steps:
12-
- uses: mheap/github-action-required-labels@v4
12+
- uses: mheap/github-action-required-labels@v5
1313
with:
1414
mode: minimum
1515
count: 1

0 commit comments

Comments
 (0)