diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b0ee09..1b1e43f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Commit changes to version id: commit-changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: push: true message: Update version diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index dc18da0..7f31917 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -30,7 +30,7 @@ jobs: run: pixi run devtools_document - name: Commit changes to documentation - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: push: true message: Update documentation