Skip to content

Commit

Permalink
Merge pull request #59 from SDHCAL/dependabot/github_actions/seanmidd…
Browse files Browse the repository at this point in the history
…leditch/gha-setup-ninja-4

build(deps): bump seanmiddleditch/gha-setup-ninja from 3 to 4
  • Loading branch information
flagarde authored Feb 23, 2024
2 parents f19ae99 + a6b092e commit 67a3cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LCIO-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github-api-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
uses: seanmiddleditch/gha-setup-ninja@v4

- name: 🔧 Configure
run: cmake -G Ninja -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DBUILD_ROOT_INTERFACE=OFF -DBUILD_LCIO_INTERFACE=ON -DBUILD_RAWDATA_INTERFACE=OFF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ROOT-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
github-api-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
uses: seanmiddleditch/gha-setup-ninja@v4

- name: 🔧 Configure
run: cmake -G Ninja -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DBUILD_ROOT_INTERFACE=ON -DBUILD_LCIO_INTERFACE=OFF -DBUILD_RAWDATA_INTERFACE=ON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Rawdata-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github-api-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
uses: seanmiddleditch/gha-setup-ninja@v4

- name: 🔧 Configure
run: cmake -G Ninja -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DBUILD_ROOT_INTERFACE=OFF -DBUILD_LCIO_INTERFACE=OFF -DBUILD_RAWDATA_INTERFACE=ON
Expand Down

0 comments on commit 67a3cc7

Please sign in to comment.