aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2022-10-21 13:21:57 +0200
committerBlackDex <[email protected]>2022-10-21 13:21:57 +0200
commitd4577d161e82c7c340f3f48a949e7c20e373966d (patch)
tree754b5b292cc0c0ad5390ce17656c8973c525b5d9 /.github/workflows/build.yml
parent3c8e1c3ca94b901c1b86e01d567aef07bb868388 (diff)
downloadvaultwarden-d4577d161e82c7c340f3f48a949e7c20e373966d.tar.gz
vaultwarden-d4577d161e82c7c340f3f48a949e7c20e373966d.zip
Update github workflows
Updated all the actions where possible. This should at least for the most actions mean that they are using the latest github actions core and should partially resolve the issue #2847 The only actions left are the actions from `actions-rs`.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 47080daf..f1488d60 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
steps:
# Checkout the repo
- name: "Checkout"
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
# End Checkout the repo
# Install dependencies
@@ -71,7 +71,7 @@ jobs:
# Enable Rust Caching
- - uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0
+ - uses: Swatinem/rust-cache@22c9328bcba27aa81a32b1bef27c7e3c78052531 # v2.0.1
# End Enable Rust Caching