diff --git a/.github/workflows/deno-ci.yml b/.github/workflows/deno-ci.yml index 87727a0..0eff7f5 100644 --- a/.github/workflows/deno-ci.yml +++ b/.github/workflows/deno-ci.yml @@ -76,7 +76,7 @@ jobs: - name: Publish to crux.land run: time ./tools/crux-publish.ts . --update-readme - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 with: add: README.md default_author: github_actions