diff --git a/.github/workflows/badges.yml b/.github/workflows/badges.yml index 93f4f31..b3c1aa4 100644 --- a/.github/workflows/badges.yml +++ b/.github/workflows/badges.yml @@ -27,7 +27,7 @@ jobs: run: npm run badges - name: Commit any changed files 💾 - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Updated badges branch: master diff --git a/.github/workflows/spec-dependencies.yml b/.github/workflows/spec-dependencies.yml index 2c75f26..b3c4286 100644 --- a/.github/workflows/spec-dependencies.yml +++ b/.github/workflows/spec-dependencies.yml @@ -26,7 +26,7 @@ jobs: run: npm run trace-deps - name: Commit any changed files 💾 - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Updated Cypress spec dependencies branch: master