1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-14 08:14:59 +00:00

Update GitHub Workflow

- Updated GitHub actions
- Fixed an issue with testing MSRV (It didn't)
This commit is contained in:
BlackDex 2023-09-22 20:27:03 +02:00
parent bbd630f1ee
commit a77482575a
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
3 changed files with 24 additions and 19 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
# Checkout the repo
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
# End Checkout the repo