diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bf6f4f..d754fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }} @@ -43,7 +43,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }} @@ -72,7 +72,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }} @@ -95,7 +95,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbc1304..c53f100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }} @@ -54,7 +54,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }} @@ -90,7 +90,7 @@ jobs: with: channel: stable cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pub-cache key: pubcache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }}