Skip to content

Commit a542fca

Browse files
authored
Merge pull request #3 from vectorgameexperts/dependabot/github_actions/Swatinem/rust-cache-2.7.3
build(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.3
2 parents 1533ebe + 2030bf8 commit a542fca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
components: clippy,rustfmt
1515

1616
- name: Rust Cache
17-
uses: Swatinem/[email protected].0
17+
uses: Swatinem/[email protected].3
1818

1919
- name: Build | Clippy
2020
uses: actions-rs/cargo@v1
@@ -37,7 +37,7 @@ jobs:
3737
targets: wasm32-unknown-unknown
3838

3939
- name: Rust Cache
40-
uses: Swatinem/[email protected].0
40+
uses: Swatinem/[email protected].3
4141

4242
- name: Build | Check (native)
4343
run: cargo check --all
@@ -61,7 +61,7 @@ jobs:
6161
uses: jetli/[email protected]
6262

6363
- name: Rust Cache
64-
uses: Swatinem/[email protected].0
64+
uses: Swatinem/[email protected].3
6565

6666
- name: Build | Test (native)
6767
run: cargo test --all

0 commit comments

Comments
 (0)