We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6125de commit d7536a2Copy full SHA for d7536a2
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile
82
83
- name: Commit changes
84
- uses: planetscale/ghcommit-action@86434b0b2603b57a211bae56ceee257b85646630 # v0.2.8
+ uses: planetscale/ghcommit-action@c6125dee9e9c0daebc4adea9f68ead8293414174 # v0.2.9
85
with:
86
commit_message: "🤖 Bump version in Dockerfile"
87
repo: ${{ github.repository }}
0 commit comments