Skip to content

Commit de744cc

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action digest to e348103 (#128)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent 272c5db commit de744cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
vcpkg format-manifest --all $(find cmake/vcpkg/ports/ -name "vcpkg.json")
3838
3939
- name: Commit format vcpkg.json
40-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
40+
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
4141
if: success()
4242
with:
4343
commit_message: 'ci: format vcpkg configuration'
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Commit port hash
8181
if: steps.filter-hash.outputs.ports == 'true'
82-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
82+
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
8383
with:
8484
file_pattern: cmake/vcpkg/ports/*
8585
commit_message: 'ci: update port hash'

0 commit comments

Comments
 (0)