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 8b5326f commit e5d0cd0Copy full SHA for e5d0cd0
.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@416d8ba8b8e04c703961e9a61f6b18a902c9428c # v0.2.3
+ uses: planetscale/ghcommit-action@8b5326f64dc06b38a4d0f69d34b4ea931ad2cf66 # v0.2.4
85
with:
86
commit_message: "🤖 Bump version in Dockerfile"
87
repo: ${{ github.repository }}
0 commit comments