Skip to content

Commit 522703a

Browse files
build(deps): bump actions/cache from 3.2.4 to 3.3.1 (#387)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 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@v3.2.4...88522ab) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4920b6e commit 522703a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Cache Pub hosted dependencies
20-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
20+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
2121
with:
2222
path: "~/.pub-cache/hosted"
2323
key: "os:ubuntu-latest;pub-cache-hosted;dart:2.10.0;"

.github/workflows/verify_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: ${{ matrix.example_directory }}
3131
steps:
3232
- name: Cache Pub hosted dependencies
33-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
33+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
3434
with:
3535
path: "~/.pub-cache/hosted"
3636
key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:${{ matrix.example_directory }}"

0 commit comments

Comments
 (0)