diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index d7d9385b2f..4d95871928 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -35,7 +35,7 @@ jobs: ./pin.sh nix run o1js#update-npm-deps # if the npmDepsHash is out of date auto commit the new one - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "auto update npmDepsHash" file_pattern: "npmDepsHash"