File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ inputs:
1919runs :
2020 using : composite
2121 steps :
22- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
22+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2323 if : ${{ startsWith(github.ref, 'refs/heads/') || (inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
2424 with :
2525 path : ${{ inputs.path }}
2626 key : ${{ runner.os }}-${{ inputs.prefix }}-${{ inputs.suffix }}
2727 restore-keys : |
2828 ${{ runner.os }}-${{ inputs.prefix }}-
29- - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
29+ - uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3030 if : ${{ !startsWith(github.ref, 'refs/heads/') && !(inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
3131 with :
3232 path : ${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 runs-on : ${{ matrix.runs-on }}
119119 steps :
120120 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
121- - uses : haskell-actions/setup@dc63c94789664bb2910876ec3dfeeaa24d23b96b # v2.10.2
121+ - uses : haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3
122122 with :
123123 # This must match the version in stack.yaml's resolver
124124 ghc-version : 9.6.7
@@ -177,7 +177,7 @@ jobs:
177177 runs-on : ubuntu-24.04
178178 steps :
179179 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
180- - uses : haskell-actions/setup@dc63c94789664bb2910876ec3dfeeaa24d23b96b # v2.10.2
180+ - uses : haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3
181181 with :
182182 ghc-version : ${{ matrix.ghc }}
183183 - name : Cache .cabal
Original file line number Diff line number Diff line change 22# The x86-64 is a single-static-binary image built via Nix, see:
33# nix/tools/docker/README.md
44
5- FROM ubuntu:noble@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 AS postgrest
5+ FROM ubuntu:noble@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b AS postgrest
66
77RUN apt-get update -y \
88 && apt install -y --no-install-recommends libpq-dev zlib1g-dev jq gcc libnuma-dev \
You can’t perform that action at this time.
0 commit comments