Skip to content

Commit e703f97

Browse files
chore(deps): update lukka/get-cmake action to v3.30.4
1 parent a24b39b commit e703f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
rust: [nightly, stable]
2020
steps:
2121
- name: get-cmake
22-
uses: lukka/get-cmake@v3.29.6
22+
uses: lukka/get-cmake@v3.30.4
2323
- name: Install NASM for aws-lc-rs on Windows
2424
if: runner.os == 'Windows'
2525
uses: ilammy/setup-nasm@v1

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
security-events: write
2828
steps:
29-
- uses: lukka/get-cmake@v3.29.6
29+
- uses: lukka/get-cmake@v3.30.4
3030
- name: Install NASM for aws-lc-rs on Windows
3131
if: runner.os == 'Windows'
3232
uses: ilammy/setup-nasm@v1

0 commit comments

Comments
 (0)