Skip to content

Commit 46215d7

Browse files
authored
Merge pull request #80 from SDHCAL/dependabot/github_actions/jwlawson/actions-setup-cmake-2.2
build(deps): bump jwlawson/actions-setup-cmake from 2.1 to 2.2
2 parents a28cb0b + fbe1a11 commit 46215d7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CMake-ilcsoft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: true
2424

2525
- name: Setup CMake
26-
uses: jwlawson/actions-setup-cmake@v2.1
26+
uses: jwlawson/actions-setup-cmake@v2.2
2727
with:
2828
cmake-version: 3.15.3
2929
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
environment-file: .github/workflows/micromamba/docs.yml
4141

4242
- name: 🟨 Setup CMake
43-
uses: jwlawson/actions-setup-cmake@v2.1
43+
uses: jwlawson/actions-setup-cmake@v2.2
4444
with:
4545
cmake-version: ${{env.CMAKE_VERSION}}
4646
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/LCIO-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Setup CMake
25-
uses: jwlawson/actions-setup-cmake@v2.1
25+
uses: jwlawson/actions-setup-cmake@v2.2
2626
with:
2727
cmake-version: 3.23.x
2828
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ROOT-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pacman -Syu --noconfirm ; pacman -S --noconfirm git root
2828

2929
- name: Setup CMake
30-
uses: jwlawson/actions-setup-cmake@v2.1
30+
uses: jwlawson/actions-setup-cmake@v2.2
3131
with:
3232
cmake-version: 3.23.x
3333
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Rawdata-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Setup CMake
25-
uses: jwlawson/actions-setup-cmake@v2.1
25+
uses: jwlawson/actions-setup-cmake@v2.2
2626
with:
2727
cmake-version: 3.23.x
2828
github-api-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)