From fac2aeb28f9862d908eca0e19e2634fd078b0d5a Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 30 Nov 2022 20:28:17 +0100 Subject: [PATCH] Use checkout v3 --- .github/workflows/printer-linter-pr-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/printer-linter-pr-post.yml b/.github/workflows/printer-linter-pr-post.yml index e56540747a..3c3879b046 100644 --- a/.github/workflows/printer-linter-pr-post.yml +++ b/.github/workflows/printer-linter-pr-post.yml @@ -40,7 +40,7 @@ jobs: echo "pr_head_repo=$(cat printer-linter-result/pr-head-repo.txt)" >> $GITHUB_ENV echo "pr_head_ref=$(cat printer-linter-result/pr-head-ref.txt)" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: ${{ env.pr_head_repo }} ref: ${{ env.pr_head_ref }}