diff --git a/.github/workflows/document.yaml b/.github/workflows/document.yaml index 9280054..c7b3ef2 100644 --- a/.github/workflows/document.yaml +++ b/.github/workflows/document.yaml @@ -34,7 +34,7 @@ jobs: - name: Commit and create a Pull Request on development if: ${{ github.ref == 'refs/heads/development' }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Update documentation" branch: document_development diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index ef1fb74..2aa7a41 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -41,7 +41,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: clean: false branch: gh-pages diff --git a/.github/workflows/render-README.yaml b/.github/workflows/render-README.yaml index 3ed5814..21a6eca 100644 --- a/.github/workflows/render-README.yaml +++ b/.github/workflows/render-README.yaml @@ -35,7 +35,7 @@ jobs: - name: Commit and create a Pull Request on production if: ${{ github.ref == 'refs/heads/production' }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Render `README.md` after changes to the `.Rmd` version" branch: render_readme diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 9a2f67b..d4ff9a4 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -60,7 +60,7 @@ jobs: - name: Commit and create a Pull Request on development if: ${{ github.ref == 'refs/heads/development' }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Style package" branch: document_development