From 33f80a7726a602fd041754eadae22e09a6b5a58a Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Mon, 1 Apr 2024 15:21:00 +0300 Subject: [PATCH] Update the checkout action version --- .github/workflows/build-yhrek.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-yhrek.yml b/.github/workflows/build-yhrek.yml index 2fdeee8..762243a 100644 --- a/.github/workflows/build-yhrek.yml +++ b/.github/workflows/build-yhrek.yml @@ -10,7 +10,7 @@ jobs: name: 'Build latest' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 # Checking out the repo + - uses: actions/checkout@v4 # Checking out the repo - name: Set up QEMU uses: docker/setup-qemu-action@v2