diff --git a/.github/workflows/build-theme.yml b/.github/workflows/build-theme.yml index e4ed330..0d7f8f0 100644 --- a/.github/workflows/build-theme.yml +++ b/.github/workflows/build-theme.yml @@ -16,7 +16,7 @@ jobs: - run: npm install - run: npm run build - name: Commit CSS changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: "${{ github.head_ref }}" push_options: "--dry-run"