From 5a64eb7bc5edde3a90e60820c0bf14db5cc4b6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:42:42 +0000 Subject: [PATCH] build(deps): bump gr2m/create-or-update-pull-request-action Bumps [gr2m/create-or-update-pull-request-action](https://github.com/gr2m/create-or-update-pull-request-action) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/gr2m/create-or-update-pull-request-action/releases) - [Commits](https://github.com/gr2m/create-or-update-pull-request-action/compare/488876a65a2ca38b7eb05e9086166337087f5323...b65137ca591da0b9f43bad7b24df13050ea45d1b) --- updated-dependencies: - dependency-name: gr2m/create-or-update-pull-request-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 5dfaac9d..f64a544c 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -29,7 +29,7 @@ jobs: - name: Run updater run: "python3 generate_dockerfiles.py --force" - - uses: gr2m/create-or-update-pull-request-action@488876a65a2ca38b7eb05e9086166337087f5323 # v1.10.0 + - uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 env: GITHUB_TOKEN: ${{ secrets.ADOPTIUM_TEMURIN_BOT_TOKEN }} with: