Skip to content

Commit

Permalink
Merge pull request #31 from pspdev/fix-deprecation-warnings
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
diamant3 authored Jun 8, 2024
2 parents 670a103 + 944134d commit 2c01e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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'
Expand Down

0 comments on commit 2c01e85

Please sign in to comment.