diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index f5bdc41f..dc969140 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -78,7 +78,7 @@ jobs: ./gradlew dependencyGuardBaseline - name: Push new Dependency Guard baselines if available - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 if: steps.dependencyguard_baseline.outcome == 'success' with: file_pattern: '**/dependencies/*.txt' @@ -105,7 +105,7 @@ jobs: ./gradlew updateFossReliantDebugScreenshotTest - name: Push new screenshots if available - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 if: steps.screenshotsrecord.outcome == 'success' with: file_pattern: '*/*.png'