Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit ac5004e

Browse files
Bump actions/cache from 3.2.6 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@69d9d44...88522ab) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40f19d7 commit ac5004e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
2828
with:
2929
sdk: ${{ matrix.sdk }}
30-
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
30+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
3131
with:
3232
path: |
3333
~/.pub-cache/hosted/
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
sdk: ${{ matrix.sdk }}
7272
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
73-
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
73+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
7474
with:
7575
path: |
7676
~/.cargo/bin/
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
sdk: dev
9696
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
97-
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
97+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
9898
with:
9999
path: |
100100
~/.cargo/bin/

0 commit comments

Comments
 (0)