Skip to content

Commit 6c084e4

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6
1 parent 25c82ab commit 6c084e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
6060
run: ./gradlew spotlessApply
6161

62-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
62+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
6363
id: commit_style_fix
6464
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
6565
with:
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
HASH: ${{steps.commit_style_fix.outputs.commit_hash}}
7777

78-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
78+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
7979
id: commit_rev_ignore
8080
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
8181
with:
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ failure() }}
9595
run: cat licenses/dependencies-without-allowed-license.json
9696

97-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
97+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
9898
id: commit_license_change
9999
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
100100
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- run: rsync -r sdk/build/docs/javadoc/ doc/javadoc
6868

69-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
69+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
7070
with:
7171
repository: doc
7272
commit_message: "Update javadoc"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: rm -rf reference.txt
101101
continue-on-error: true
102102

103-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
103+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
104104
with:
105105
branch: after-release
106106
commit_message: "TASK: Updating version in README"
@@ -161,7 +161,7 @@ jobs:
161161

162162
- run: rsync -r sdk/build/docs/javadoc/ doc/javadoc
163163

164-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
164+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
165165
with:
166166
repository: doc
167167
commit_message: "Update javadoc"

0 commit comments

Comments
 (0)