Skip to content

Commit

Permalink
Merge pull request #76 from planetscale/renovate/all-minor-patch-digest
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
Sinjo authored May 13, 2024
2 parents 4aa5fda + 463897b commit 6a13f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# installed here to run lint on the .goreleaser.yml file:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
with:
install-only: true

Expand All @@ -50,7 +50,7 @@ jobs:
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
with:
install-only: true

Expand All @@ -77,7 +77,7 @@ jobs:
curl -sL https://git.io/autotag-install | sudo sh -s -- -b /usr/local/bin
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
with:
install-only: true

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
FROM pscale.dev/wolfi-prod/git:2.45.0@sha256:4715a72888cf4a361d89db7dc0265e62744ee556a23f27cc6c59fba669dde9a6
FROM pscale.dev/wolfi-prod/git:2.45.0@sha256:dc8cdecad4533dfc533804232912a9a4cc76c671e70eb8d704b00891fad46f2c

COPY ghcommit /ghcommit

Expand Down

0 comments on commit 6a13f07

Please sign in to comment.