From 18afae8250a0530b5a585c6a16696f0387cdccb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:46:00 +0000 Subject: [PATCH] build(deps): bump renovatebot/github-action from 41.0.7 to 41.0.8 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.7 to 41.0.8. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v41.0.7...v41.0.8) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 1d00648b..a4daff20 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Renovate - uses: renovatebot/github-action@v41.0.7 + uses: renovatebot/github-action@v41.0.8 with: configurationFile: renovate-config.json token: ${{ secrets.PCCIBOT_PAT_REPO_PUBLIC_REPO }}