From 944134d0af9b4b7106ac4a6a12d47fbceb16993b Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sat, 8 Jun 2024 17:01:26 +0200 Subject: [PATCH] Fix deprecation warning I think this should be all of them in the pipeline. I'm not 100% sure what to do with the MacOS warnings. We have those in pspdev/pspdev as well. --- .github/workflows/compilation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index f19c226..6c3bc31 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: alpine:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -37,7 +37,7 @@ jobs: shell: ${{ matrix.os[1] }} {0} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Ubuntu texinfo bison flex libucl-dev if: matrix.os[0] == 'ubuntu-latest'