From 02526eaaa5c3c07cc2aa4949aac291344bd025f1 Mon Sep 17 00:00:00 2001 From: George Adams Date: Tue, 26 Mar 2024 15:13:02 +0000 Subject: [PATCH] bump PR generator action --- .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 8dbfdc2de..08f3b6a9b 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -27,7 +27,7 @@ jobs: - name: Run updater run: "python3 generate_dockerfiles.py" - - uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # v1 + - uses: gr2m/create-or-update-pull-request-action@73b5860c078571041abd2e438b8377a24dbc2465 # v1 env: GITHUB_TOKEN: ${{ secrets.ADOPTIUM_TEMURIN_BOT_TOKEN }} with: