Skip to content

Commit 65ad0f5

Browse files
chore(deps): update all non-major dependencies
1 parent cfc84b2 commit 65ad0f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile
8282
8383
- name: Commit changes
84-
uses: planetscale/ghcommit-action@b1cac81e65b25c96bc767d2b726b6a6e10d226d0 # v0.2.10
84+
uses: planetscale/ghcommit-action@cfc84b2c92fad05a4f61797b0f06f4051564988f # v0.2.11
8585
with:
8686
commit_message: "🤖 Bump version in Dockerfile"
8787
repo: ${{ github.repository }}

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

17-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
17+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1818
with:
1919
node-version: 20
2020

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.66 AS ghcommit
1+
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.67 AS ghcommit
22

33
# hadolint ignore=DL3007
44
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base

0 commit comments

Comments
 (0)