Skip to content

Commit 6f5be78

Browse files
Bump actions/cache from 3.0.9 to 3.0.10 (#333)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.9...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c724479 commit 6f5be78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
toolchain: ${{ matrix.RUST }}
2626
components: rustfmt, clippy
2727

28-
- uses: actions/[email protected].9
28+
- uses: actions/[email protected].10
2929
with:
3030
path: |
3131
~/.cargo/bin/
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
toolchain: ${{ matrix.RUST.VERSION }}
8585

86-
- uses: actions/[email protected].9
86+
- uses: actions/[email protected].10
8787
with:
8888
path: |
8989
~/.cargo/bin/
@@ -112,7 +112,7 @@ jobs:
112112

113113
- run: sudo apt update && sudo apt-get install -y lcov
114114

115-
- uses: actions/[email protected].9
115+
- uses: actions/[email protected].10
116116
id: cargo-cache
117117
with:
118118
path: |

0 commit comments

Comments
 (0)