From c25c6954b1ae0d4b93354782ecdfd887d621a7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:19:41 +0100 Subject: [PATCH 1/2] Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#96) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 995634caba717819632c75014bf7716a13ef24fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:39:15 +0000 Subject: [PATCH 2/2] Bump peter-evans/create-pull-request from 6 to 7 (#97) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jennit07 <67372904+Jennit07@users.noreply.github.com> --- .github/workflows/document.yaml | 2 +- .github/workflows/render-README.yaml | 2 +- .github/workflows/style.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/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