From bc1077e0688d9c42d4cf65050a144d90b8694a7e Mon Sep 17 00:00:00 2001 From: andrew-magic Date: Wed, 18 Dec 2024 10:43:42 -0500 Subject: [PATCH] update actions cache to v4 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082c3fe4..458eda65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') }} @@ -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') }} @@ -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') }} @@ -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') }} @@ -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') }}