File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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 2727 name : Build
2828 runs-on : ubuntu-24.04
2929 steps :
30- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 - name : Setup Nix Environment
3232 uses : ./.github/actions/setup-nix
3333 with :
4141 name : Spellcheck
4242 runs-on : ubuntu-24.04
4343 steps :
44- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545 - name : Setup Nix Environment
4646 uses : ./.github/actions/setup-nix
4747 with :
5858 if : github.base_ref == 'main'
5959 runs-on : ubuntu-24.04
6060 steps :
61- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
61+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262 - name : Setup Nix Environment
6363 uses : ./.github/actions/setup-nix
6464 with :
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