diff --git a/.github/workflows/analysis-ci.yaml b/.github/workflows/analysis-ci.yaml index 72b8b6c..c970bf9 100644 --- a/.github/workflows/analysis-ci.yaml +++ b/.github/workflows/analysis-ci.yaml @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@b56e6a3d768b11aef1d4c73977caf6413c0d74c8 # v3 - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /opt/hostedtoolcache/flutter diff --git a/.github/workflows/build-cd.yaml b/.github/workflows/build-cd.yaml index 977c3df..5960cd2 100644 --- a/.github/workflows/build-cd.yaml +++ b/.github/workflows/build-cd.yaml @@ -56,7 +56,7 @@ jobs: run: echo "::set-output name=artifact::ios_release_$(git describe --tags)" - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /Users/runner/hostedtoolcache/flutter @@ -114,7 +114,7 @@ jobs: java-version: 17 - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /opt/hostedtoolcache/flutter @@ -166,7 +166,7 @@ jobs: run: echo "::set-output name=artifact::macos_release_$(git describe --tags)" - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /Users/runner/hostedtoolcache/flutter @@ -221,7 +221,7 @@ jobs: run: echo "::set-output name=artifact::windows_release_$(git describe --tags)" - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: cache with: path: /opt/hostedtoolcache/flutter