From 1396fe5b12eab123f40885f43bab7112da4e3604 Mon Sep 17 00:00:00 2001 From: George Adams Date: Sun, 1 Jan 2023 17:41:54 +0000 Subject: [PATCH] revert broken github action update (#3194) fixes the CACert updater that has been broken for some time. --- .github/workflows/ca-cert-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ca-cert-updater.yml b/.github/workflows/ca-cert-updater.yml index 6b0abd809..16e38cf91 100644 --- a/.github/workflows/ca-cert-updater.yml +++ b/.github/workflows/ca-cert-updater.yml @@ -21,7 +21,7 @@ jobs: working-directory: ./security run: "./mk-ca-bundle.pl" - - uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2 + - uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # v1 env: GITHUB_TOKEN: ${{ secrets.ADOPTIUM_TEMURIN_BOT_TOKEN }} with: