From 3d6ce6e2bb81f07248bbde67867227b6382fbd03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:14:06 +0000 Subject: [PATCH] Update GitHub Actions - All - Major, minor and patch | datasource | package | from | to | | ----------- | ------------------------------- | -------- | ------- | | github-tags | release-drafter/release-drafter | v7.6.0 | v7.7.0 | | github-tags | renovatebot/github-action | v46.1.21 | v46.2.0 | --- .github/workflows/draft-release-notes.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index d4c0666a3..f0f295837 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -41,7 +41,7 @@ jobs: echo "Version set to ${VERSION}" - name: Draft release notes - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 + uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0 with: tag: ${{ steps.calver.outputs.version }} name: ${{ steps.calver.outputs.version }} diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index fe2b53eca..1d3db2473 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -67,7 +67,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@1a96852b0384df1837619d04c60b2d10d1f9ff08 # v46.1.21 + uses: renovatebot/github-action@973d3e5a68e735a444e8c03432b66eedb343c302 # v46.2.0 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}