diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b6278b..1b95e42 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/.stack key: stack-${{ hashFiles('package.yaml', 'stack.yaml') }} restore-keys: stack- - name: Cache build artifacts - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: .stack-work key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }}