From 4e1350d45444f2f2979b552992cb86ee600ce39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:17:57 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 39.1.1 to 39.1.2 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 39.1.1 to 39.1.2. - [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.1.1...v39.1.2) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index c1c539a6c..bab96bd83 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run Renovate - uses: renovatebot/github-action@v39.1.1 + uses: renovatebot/github-action@v39.1.2 with: docker-cmd-file: .github/renovate.sh token: ${{ secrets.RENOVATE_TOKEN }}