From 268e446c8c8d4c57178c24eca863a19255c14f8e Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Mon, 9 Sep 2024 12:20:59 +0200 Subject: [PATCH] github-actions: update checkout version --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index eb2f728b4..8a2e271b3 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -12,7 +12,7 @@ jobs: verify-date: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.1.0 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get changed files