From 23d9e0eeefe3a6883e399f7bc8ce6ef3f7be8ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:48:45 +0000 Subject: [PATCH] build(deps): bump renovatebot/github-action from 39.0.5 to 39.0.6 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 39.0.5 to 39.0.6. - [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/v39.0.5...v39.0.6) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/renovatebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml index 2fb94ff..01a93ba 100644 --- a/.github/workflows/renovatebot.yml +++ b/.github/workflows/renovatebot.yml @@ -68,7 +68,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v39.0.5 + - uses: renovatebot/github-action@v39.0.6 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}