diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a7a2e45..9f64620 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,14 +23,14 @@ jobs: enable-stack: true - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.stack key: stack-${{ hashFiles('package.yaml', 'stack.yaml') }} restore-keys: stack- - name: Cache build artifacts - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: .stack-work key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }}