Skip to content

Commit 063effe

Browse files
dependabot[bot]renggli
authored andcommitted
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b906e83 commit 063effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: "Dart CI"
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/cache@v4
22+
- uses: actions/cache@v5
2323
with:
2424
path: "~/.pub-cache/hosted"
2525
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"

0 commit comments

Comments
 (0)