diff options
author | BlackDex <[email protected]> | 2023-03-24 22:07:50 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2023-03-25 12:51:42 +0100 |
commit | 8bcd0ab0c67afdfa6310c4eb0fd02bf1dff787a0 (patch) | |
tree | 18df487742a094003cd57822ab54b8699e63712e /.github | |
parent | 5725d297b481b118fbd3cd43929b842d56e29b31 (diff) | |
download | vaultwarden-8bcd0ab0c67afdfa6310c4eb0fd02bf1dff787a0.tar.gz vaultwarden-8bcd0ab0c67afdfa6310c4eb0fd02bf1dff787a0.zip |
Some small fixes and updates
- Updated workflows to use new checkout version
This probably fixes the curl download for hadolint also.
- Updated crates including Rocket to the latest rc3 :party:
- Applied 2 nightly clippy lints to prevent future clippy issues.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/hadolint.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd51dc05..e47a58d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: steps: # Checkout the repo - name: "Checkout" - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 # End Checkout the repo diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 5ac35032..b8646a39 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout the repo - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 # End Checkout the repo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01e966d7..a8f2a995 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: steps: # Checkout the repo - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 with: fetch-depth: 0 |