From 8d39787f10287b363bac0cd7ac21574f875122f0 Mon Sep 17 00:00:00 2001 From: Splines Date: Tue, 14 Nov 2023 23:52:55 +0100 Subject: [PATCH] Use checkout@v4 (instead of @v3) --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e021a806e..ca809080e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout PR branch (with test merge-commit)' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 # to also fetch parent of PR