diff options
author | BlackDex <[email protected]> | 2023-05-26 14:53:13 +0200 |
---|---|---|
committer | Mathijs van Veluw <[email protected]> | 2023-05-26 17:26:09 +0200 |
commit | 0851561392b6f5b381a7c1c2fb4f1d93a4b8f7a5 (patch) | |
tree | 9f67c9721f3f5b56230a81a95b6d3d5518383267 /.github | |
parent | 95cd6deda6607e97f87c09d03935f518a59d61d9 (diff) | |
download | vaultwarden-0851561392b6f5b381a7c1c2fb4f1d93a4b8f7a5.tar.gz vaultwarden-0851561392b6f5b381a7c1c2fb4f1d93a4b8f7a5.zip |
Update crates and GH Workflow
- Updated crates
- Updated GHA where needed
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88d6fb4b..581dcd19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: # Enable Rust Caching - - uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1 + - uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894 # v2.4.0 # End Enable Rust Caching |