diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25fb28bc..e5cb9e08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Commit changes to version id: commit-changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: push: true message: Update version diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 3b07912e..3d777e87 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -29,7 +29,7 @@ jobs: run: pixi run devtools_document - name: Commit changes to documentation - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: push: true message: Update documentation