From 930f9b3d8b9b9c2d8334d5e70a4da5c6a39c89a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:11:39 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...0400d5f644dc74513175e3cd8d07132dd4860809) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dart_dart2js.yaml | 2 +- .github/workflows/dart_ddc.yaml | 2 +- .github/workflows/dart_native.yaml | 2 +- .github/workflows/dart_vm.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart_dart2js.yaml b/.github/workflows/dart_dart2js.yaml index 9d1c367549..a9c8a93cef 100644 --- a/.github/workflows/dart_dart2js.yaml +++ b/.github/workflows/dart_dart2js.yaml @@ -33,7 +33,7 @@ jobs: - sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }} steps: - name: Cache Pub dependencies - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: path: | ~/.pub-cache/hosted diff --git a/.github/workflows/dart_ddc.yaml b/.github/workflows/dart_ddc.yaml index 2771b6ffb9..8af7987e34 100644 --- a/.github/workflows/dart_ddc.yaml +++ b/.github/workflows/dart_ddc.yaml @@ -33,7 +33,7 @@ jobs: - sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }} steps: - name: Cache Pub dependencies - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: path: | ~/.pub-cache/hosted diff --git a/.github/workflows/dart_native.yaml b/.github/workflows/dart_native.yaml index 19aa09ef4a..f5fb60edac 100644 --- a/.github/workflows/dart_native.yaml +++ b/.github/workflows/dart_native.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Cache Pub dependencies - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: path: | ~/.pub-cache/hosted diff --git a/.github/workflows/dart_vm.yaml b/.github/workflows/dart_vm.yaml index 7c14f799d6..4062a1414b 100644 --- a/.github/workflows/dart_vm.yaml +++ b/.github/workflows/dart_vm.yaml @@ -29,7 +29,7 @@ jobs: - sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }} steps: - name: Cache Pub dependencies - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: path: | ~/.pub-cache/hosted