diff --git a/.github/workflows/analysis-ci.yaml b/.github/workflows/analysis-ci.yaml index 54c289d..b9a1d9f 100644 --- a/.github/workflows/analysis-ci.yaml +++ b/.github/workflows/analysis-ci.yaml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@b56e6a3d768b11aef1d4c73977caf6413c0d74c8 # v3 - name: Cache dependencies - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5 id: cache with: path: /opt/hostedtoolcache/flutter diff --git a/.github/workflows/build-cd.yaml b/.github/workflows/build-cd.yaml index b168299..3518bad 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5 id: cache with: path: /Users/runner/hostedtoolcache/flutter @@ -114,7 +114,7 @@ jobs: java-version: 17 - name: Cache dependencies - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5 id: cache with: path: /opt/hostedtoolcache/flutter