1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-06 04:25:00 +00:00

Update crates and workflow

- Updated all the crates
- Updated workflow actions
- Set cargo registry to sparse
This commit is contained in:
BlackDex 2023-06-21 22:01:05 +02:00
parent 44e9e1a58e
commit 84a23008f4
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
6 changed files with 177 additions and 177 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
# Checkout the repo
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# End Checkout the repo