From a3cfc398cded4cce8c5cf924e11fd07100f3cd32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:21:02 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 39.1.3 to 39.1.4 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 39.1.3 to 39.1.4. - [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.3...v39.1.4) --- 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 e40119633..8e09a7511 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.3 + uses: renovatebot/github-action@v39.1.4 with: docker-cmd-file: .github/renovate.sh token: ${{ secrets.RENOVATE_TOKEN }}