1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-30 07:23:55 +00:00

Update crates, web-vault and GHA (#4275)

- Update GitHub Actions
- Updated crates
- Updated web-vault to v2024.1.2
This commit is contained in:
Mathijs van Veluw 2024-01-26 20:19:53 +01:00 committed by GitHub
parent 1b801406d6
commit 1d00e34bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 112 additions and 112 deletions

View file

@ -106,7 +106,7 @@ jobs:
# End Show environment
# Enable Rust Caching
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
# Use a custom prefix-key to force a fresh start. This is sometimes needed with bigger changes.
# Like changing the build host from Ubuntu 20.04 to 22.04 for example.