Skip to content

Commit 1c79b07

Browse files
chore(deps): update all dependencies
1 parent 8987582 commit 1c79b07

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/cache-on-main/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ inputs:
1919
runs:
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 }}

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:
@@ -41,7 +41,7 @@ jobs:
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:
@@ -58,7 +58,7 @@ jobs:
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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
RUN apt-get update -y \
88
&& apt install -y --no-install-recommends libpq-dev zlib1g-dev jq gcc libnuma-dev \

0 commit comments

Comments
 (0)