diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 003484c6..93562b0b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -141,7 +141,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -195,7 +195,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -244,7 +244,7 @@ jobs: - name: 🌐 Disable analytics run: flutter --disable-analytics - name: ⚙️ Cache generated files - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | .dart_tool/ @@ -338,7 +338,7 @@ jobs: persist-credentials: false set-safe-directory: true - name: ⚙️ Restore lychee cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .lycheecache key: cache-lychee-${{ github.sha }}