Skip to content

Commit

Permalink
Merge pull request #56 from thbeu/bump-actions
Browse files Browse the repository at this point in the history
Bump actions to avoid deprecation warnings
  • Loading branch information
rouault authored Oct 31, 2023
2 parents ce82b93 + 31c073f commit 4cfdc2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Checkout Code
uses: actions/checkout@v4

- name: Setup
run: sudo apt-get install build-essential libtool-bin

Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure (${{ matrix.configuration }})
run: cmake -S . -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
Expand Down

0 comments on commit 4cfdc2a

Please sign in to comment.