Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump lukka/get-cmake from 3.30.0 to 3.30.4 #686

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: get-cmake
uses: lukka/get-cmake@v3.30.0
uses: lukka/get-cmake@v3.30.4

- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: generate a cert for tls testing
run: mkcert -install && mkcert localhost
- name: get-cmake
uses: lukka/get-cmake@v3.30.0
uses: lukka/get-cmake@v3.30.4
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
- name: Generate code coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: Swatinem/rust-cache@v2.7.3

- name: get-cmake
uses: lukka/get-cmake@v3.30.0
uses: lukka/get-cmake@v3.30.4

- name: Build Documentation
run: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: get-cmake
uses: lukka/get-cmake@v3.30.0
uses: lukka/get-cmake@v3.30.4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: get-cmake
uses: lukka/get-cmake@v3.30.0
uses: lukka/get-cmake@v3.30.4

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
Expand Down
Loading