From d996f56afaba5dcd414f2b830c152219ff35402e Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 5 Sep 2024 14:00:18 +0200 Subject: [PATCH] Github workflow: update actions/checkout to latest Move from v2 to v4 gets rid of warnings present in each workflow run: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, Signed-off-by: Marcin Juszkiewicz --- .github/workflows/AssignReviewers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AssignReviewers.yml b/.github/workflows/AssignReviewers.yml index 3fbbc85840..7e9d96e50a 100644 --- a/.github/workflows/AssignReviewers.yml +++ b/.github/workflows/AssignReviewers.yml @@ -27,7 +27,7 @@ jobs: app-id: ${{ secrets.TIANOCORE_ASSIGN_REVIEWERS_APPLICATION_ID }} private-key: ${{ secrets.TIANOCORE_ASSIGN_REVIEWERS_APPLICATION_PRIVATE_KEY }} - name: Checkout Pull Request Target - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Assign Reviewers uses: mdkinney/github-action-assign-reviewers@main with: