From a77edacf8ab652cef08e9b773165a343876aaf57 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 4 Nov 2024 14:06:15 +0000 Subject: [PATCH] update action versions --- .github/workflows/cron_esmvalbot_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron_esmvalbot_test.yml b/.github/workflows/cron_esmvalbot_test.yml index 03d6ce4aec..accbac114e 100644 --- a/.github/workflows/cron_esmvalbot_test.yml +++ b/.github/workflows/cron_esmvalbot_test.yml @@ -17,7 +17,7 @@ jobs: run-esmvalbot: runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Create empty commit on branch @@ -29,7 +29,7 @@ jobs: # as comment in the PR # see https://github.com/marketplace/actions/create-pull-request - name: Create Auto PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: empty message