Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
update actions cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-magic committed Dec 18, 2024
1 parent a97de62 commit bc1077e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- name: "Print Dart SDK Version"
run: dart --version
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: .dart_tool
key: dart-dependencies-${{ hashFiles('pubspec.yaml') }}
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: .dart_tool
key: dart-dependencies-${{ hashFiles('pubspec.yaml') }}
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: .dart_tool
key: dart-dependencies-${{ hashFiles('pubspec.yaml') }}
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: .dart_tool
key: dart-dependencies-${{ hashFiles('pubspec.yaml') }}
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: .dart_tool
key: dart-dependencies-${{ hashFiles('pubspec.yaml') }}
Expand Down

0 comments on commit bc1077e

Please sign in to comment.