From f4b560e7c0a9a406a232747d18962fae4ceb8ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:33:35 +0000 Subject: [PATCH] Update GitHub Actions - All - Major, minor and patch | datasource | package | from | to | | ----------- | ---------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v46.1.10 | v46.1.11 | | github-tags | toshimaru/auto-author-assign | v3.0.1 | v3.0.2 | --- .github/workflows/assign-author.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index d9f536fd2..f88562235 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -15,4 +15,4 @@ jobs: steps: - name: Assign author - uses: toshimaru/auto-author-assign@4d585cc37690897bd9015942ed6e766aa7cdb97f # v3.0.1 + uses: toshimaru/auto-author-assign@bdd7688cbf9e6d5683f02f8c7d8ae4062a254b6d # v3.0.2 diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 3204061bb..94fb1a7e8 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -54,7 +54,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@83ec54fee49ab67d9cd201084c1ff325b4b462e4 # v46.1.10 + uses: renovatebot/github-action@6a9df9227eeb83af9a5abef6890bbb0c9068f436 # v46.1.11 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}