Skip to content

Commit

Permalink
chore(deps): update lukka/get-cmake action to v3.31.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent a24b39b commit 8c9e009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rust: [nightly, stable]
steps:
- name: get-cmake
uses: lukka/get-cmake@v3.29.6
uses: lukka/get-cmake@v3.31.5
- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1
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 @@ -26,7 +26,7 @@ jobs:
contents: read
security-events: write
steps:
- uses: lukka/get-cmake@v3.29.6
- uses: lukka/get-cmake@v3.31.5
- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1
Expand Down

0 comments on commit 8c9e009

Please sign in to comment.