From e0ff17e4ac963b356b397c3c3106f5e88afc3e47 Mon Sep 17 00:00:00 2001 From: Ryan Harter Date: Tue, 12 Nov 2024 09:43:39 -0600 Subject: [PATCH] Resets git-auto-commit-action to actual 5.0.1 commit for dependabot. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4de69f..6c2ce5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -158,7 +158,7 @@ jobs: script: ./gradlew connectedCheck --stacktrace - name: Push new screenshots if available - uses: stefanzweifel/git-auto-commit-action@4b8a201e31cadd9829df349894b28c54e6c19fe6 # v5.0.1 + uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1 if: steps.screenshotspull.outcome == 'success' with: file_pattern: '*/*.png'