From 88d45f556d39d5aef3c27d5efe5ef803df8096da Mon Sep 17 00:00:00 2001 From: silver Date: Sat, 18 Feb 2023 14:51:24 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9aa632f..275da80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: configure working-directory: ./src run: ./configure