mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 01:45:21 +00:00
Bump actions/cache from 3.0.3 to 3.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
909091a401
commit
6816854ff7
@@ -29,7 +29,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Setup build cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
make
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -174,7 +174,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Setup build cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@@ -230,7 +230,7 @@ jobs:
|
||||
make
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -239,7 +239,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Setup build cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@@ -284,7 +284,7 @@ jobs:
|
||||
make
|
||||
|
||||
- name: Setup Cargo cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index
|
||||
@@ -293,7 +293,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Setup build cache
|
||||
uses: actions/cache@v3.0.3
|
||||
uses: actions/cache@v3.0.4
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
|
||||
Reference in New Issue
Block a user