From 30d47501318aa19486dd2d4fc1342d9386aa3f9b Mon Sep 17 00:00:00 2001 From: Mittelblut9 Date: Thu, 11 Apr 2024 23:20:15 +0200 Subject: [PATCH] ci: update checkout version --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index f272315ba..a87627034 100755 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }}