From 5e994625a89a11608b27371477b53d7d03357eb2 Mon Sep 17 00:00:00 2001 From: "felix-renovate[bot]" <143542247+felix-renovate[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:09:06 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yaml | 2 +- Dockerfile.base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 559b1d5..00acacc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile - name: Commit changes - uses: planetscale/ghcommit-action@6a383e778f6620afde4bf4b45069d3c6983c1ae2 # v0.2.15 + uses: planetscale/ghcommit-action@7c35caed9937939812c7d4242ffab823e9b3b1fa # v0.2.16 with: commit_message: "🤖 Bump version in Dockerfile" repo: ${{ github.repository }} diff --git a/Dockerfile.base b/Dockerfile.base index d323d04..e19fda3 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,4 +1,4 @@ -FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.73 AS ghcommit +FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.74 AS ghcommit # hadolint ignore=DL3007 FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base