From 0e985f75deadc116a8b60eb384b414173feb6ff7 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 12 Sep 2024 11:34:32 +0200 Subject: [PATCH] Use uptodate checkout action --- .github/workflows/process-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-pull-request.yml b/.github/workflows/process-pull-request.yml index 56fb015b..2aa5d6de 100644 --- a/.github/workflows/process-pull-request.yml +++ b/.github/workflows/process-pull-request.yml @@ -8,7 +8,7 @@ jobs: add_label: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions-ecosystem/action-add-labels@v1 if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} with: