From 5c58b1ee90b647ba6cfa0cc37433a8959fe6cf9d Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Fri, 15 Mar 2024 16:05:05 +0900 Subject: [PATCH] ci(keepalive): use keepalive v2 [skip ci] --- .github/workflows/keepalive.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index c98254c..75d4cfa 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -5,7 +5,7 @@ on: - cron: '0 3 * * 4' permissions: - contents: write + actions: write jobs: keep-alive: @@ -16,11 +16,9 @@ jobs: steps: - name: Clone project files - uses: actions/checkout@v3 + uses: actions/checkout@v4 - # keepalive-workflow adds a dummy commit if there's no other action here, keeps - # GitHub from turning off tests after 60 days - - uses: gautamkrishnar/keepalive-workflow@v1 + # keepalive-workflow keeps GitHub from turning off tests after 60 days + - uses: gautamkrishnar/keepalive-workflow@v2 with: - commit_message: "chore(*): Automated commit to keep the repository active" time_elapsed: 50