diff options
author | Mathijs van Veluw <[email protected]> | 2024-04-27 00:53:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-27 00:53:42 +0200 |
commit | 2ad33ec97f415edb2af054f527efed52b3b93a9e (patch) | |
tree | e12a2a9439fa20664e1703ff4a0b67f7ed201e94 /.github/workflows/hadolint.yml | |
parent | e1a8df96dbadfbf5ad36ce9aa2f31f34396166c2 (diff) | |
download | vaultwarden-2ad33ec97f415edb2af054f527efed52b3b93a9e.tar.gz vaultwarden-2ad33ec97f415edb2af054f527efed52b3b93a9e.zip |
Update Crate and Rust (#4522)
* Update Crate and Rust
- Updated all crates
- Updated Rust to the latest patch version
* Updated GitHub Actions
Diffstat (limited to '.github/workflows/hadolint.yml')
-rw-r--r-- | .github/workflows/hadolint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 82acc926..923d8372 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # End Checkout the repo # Download hadolint - https://github.com/hadolint/hadolint/releases |