Skip to content

Commit

Permalink
Merge pull request #11 from planetscale/dependabot/docker/planetscale…
Browse files Browse the repository at this point in the history
…/ghcommit-v0.1.1

build(deps): bump planetscale/ghcommit from v0.1.0 to v0.1.1
  • Loading branch information
joemiller authored Jun 2, 2023
2 parents 2fbf7d6 + 8c6b49f commit d36aa24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/planetscale/ghcommit:v0.1.0 AS ghcommit
FROM ghcr.io/planetscale/ghcommit:v0.1.1 AS ghcommit

FROM alpine:3.18 AS base

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Run steps that make changes to the local repo here.

# Commit all changed files back to the repository
- uses: planetscale/ghcommit-action@v0.1.0
- uses: planetscale/ghcommit-action@v0.1.4
with:
commit_message: "🤖 fmt"
repo: ${{ github.repository }}
Expand All @@ -56,7 +56,7 @@ jobs:
Example showing all options:
```yaml
- uses: planetscale/ghcommit-action@v0.1.0
- uses: planetscale/ghcommit-action@v0.1.4
with:
commit_message: "🤖 fmt"
repo: ${{ github.repository }}
Expand Down

0 comments on commit d36aa24

Please sign in to comment.