We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc11c2b commit ed71c5eCopy full SHA for ed71c5e
.github/workflows/format.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{ github.head_ref }}
20
token: ${{ secrets.GH_TOKEN }}
21
- name: Import GPG key
22
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
23
with:
24
git_user_signingkey: true
25
git_commit_gpgsign: true
@@ -32,7 +32,7 @@ jobs:
32
- name: Format
33
run: make format
34
- name: Commit
35
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
36
if: always()
37
38
commit_message: Run format
.github/workflows/version.yml
@@ -21,7 +21,7 @@ jobs:
26
27
0 commit comments