aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArpad Borsos <[email protected]>2021-04-08 19:44:44 +0100
committerArpad Borsos <[email protected]>2021-04-08 19:44:44 +0100
commit3ce59b93e63d61daca92152cf3b842b628676426 (patch)
treeb9582e7fc0cc339bc8240226e16d235e5574559e /.github
parentfd36161acc1b650f2d55016bab6981fe3068a8b3 (diff)
pin cache action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 9a21ea1fd..1145fcfab 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51 components: rustfmt, rust-src 51 components: rustfmt, rust-src
52 52
53 - name: Cache Dependencies 53 - name: Cache Dependencies
54 uses: Swatinem/rust-cache@v1 54 uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
55 55
56 - name: Compile 56 - name: Compile
57 run: cargo test --no-run --locked 57 run: cargo test --no-run --locked
@@ -82,7 +82,7 @@ jobs:
82 run: rustup target add ${{ env.targets }} 82 run: rustup target add ${{ env.targets }}
83 83
84 - name: Cache Dependencies 84 - name: Cache Dependencies
85 uses: Swatinem/rust-cache@v1 85 uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
86 86
87 - name: Check 87 - name: Check
88 run: | 88 run: |