From f8cca14e28d2ba3c21ab526bd098a72c71d7fc16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:12:21 +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.9.4 to 1.10.0. - [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/86ec1766034c8173518f61d2075cc2a173fb8c97...488876a65a2ca38b7eb05e9086166337087f5323) --- updated-dependencies: - dependency-name: gr2m/create-or-update-pull-request-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 ec66957ba..3a5375ae0 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@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4 + - uses: gr2m/create-or-update-pull-request-action@488876a65a2ca38b7eb05e9086166337087f5323 # v1.10.0 env: GITHUB_TOKEN: ${{ secrets.ADOPTIUM_TEMURIN_BOT_TOKEN }} with: