Skip to content

Commit

Permalink
Bump actions/cache from 3.3.3 to 4.0.0 (#1397)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@e12d46a...13aacd8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2024
1 parent e9527ee commit 28f7c9a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:json_serializable;commands:test_3"
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:json_serializable;commands:test_1"
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:json_serializable;commands:test_2"
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"
Expand Down

0 comments on commit 28f7c9a

Please sign in to comment.