From 65ad0f5d96d655137d2116bf54426d4e8b63713e Mon Sep 17 00:00:00 2001 From: "felix-renovate[bot]" <143542247+felix-renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 22:05:18 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yaml | 2 +- .github/workflows/validate-renovate.yml | 2 +- Dockerfile.base | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39f6257..5b72327 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@b1cac81e65b25c96bc767d2b726b6a6e10d226d0 # v0.2.10 + uses: planetscale/ghcommit-action@cfc84b2c92fad05a4f61797b0f06f4051564988f # v0.2.11 with: commit_message: "🤖 Bump version in Dockerfile" repo: ${{ github.repository }} diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index 92bb6e1..dc2cb07 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 20 diff --git a/Dockerfile.base b/Dockerfile.base index 5232e7d..8c525fc 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,4 +1,4 @@ -FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.66 AS ghcommit +FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.67 AS ghcommit # hadolint ignore=DL3007 FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base