From 984ce5608953a2315c1da372481689bfa2a0bcf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:15:14 +0000 Subject: [PATCH 1/2] Update gautamkrishnar/keepalive-workflow action to v2 --- auto_update_github_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index e1a847d4..17d33c3c 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -72,4 +72,4 @@ jobs: PING_URL: ${{ secrets.PING_URL }} - name: Keep workflow alive - uses: gautamkrishnar/keepalive-workflow@v1 + uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619 # v2 From 2951961ad40e9ab0ff4bf4c2f1553ee150e022a4 Mon Sep 17 00:00:00 2001 From: mrrfv Date: Sat, 30 Mar 2024 12:30:37 +0100 Subject: [PATCH 2/2] Migrate from keepalive-workflow v1 to v2 Thanks @hlqviet for the heads up. --- auto_update_github_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index 17d33c3c..a0e00c8c 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -18,7 +18,7 @@ env: jobs: cgps: permissions: - contents: write + actions: write runs-on: ubuntu-latest steps: - name: Checkout