From ff24a2317d948baf11a37330b164f47a3e3e99c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:11:06 +0000 Subject: [PATCH] Bump the all-github-actions group across 1 directory with 5 updates Bumps the all-github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` | | [r-lib/actions](https://github.com/r-lib/actions) | `2.11.3` | `2.11.4` | | [quarto-dev/quarto-actions](https://github.com/quarto-dev/quarto-actions) | `2.1.9` | `2.2.0` | | [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) | `1.11.2` | `1.11.4` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.8` | `7.0.9` | Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3) Updates `r-lib/actions` from 2.11.3 to 2.11.4 - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/bd49c52ffe281809afa6f0fecbf37483c5dd0b93...6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590) Updates `quarto-dev/quarto-actions` from 2.1.9 to 2.2.0 - [Release notes](https://github.com/quarto-dev/quarto-actions/releases) - [Commits](https://github.com/quarto-dev/quarto-actions/compare/9e48da27e184aa238fcb49f5db75469626d43adb...8a96df13519ee81fd526f2dfca5962811136661b) Updates `julia-actions/julia-runtest` from 1.11.2 to 1.11.4 - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/678da69444cd5f13d7e674a90cb4f534639a14f9...d60b785c6f2bdf4ebfb18b2b6f7d93b7dfb0efe3) Updates `peter-evans/create-pull-request` from 7.0.8 to 7.0.9 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/271a8d0340265f705b14b6d32b9829c1cb33d45e...84ae59a2cdc2258d6fa0732dd66352dddae2a412) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: r-lib/actions dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: quarto-dev/quarto-actions dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: julia-actions/julia-runtest dependency-version: 1.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 10 +++++----- .github/workflows/EnforceChangelog.yml | 2 +- .github/workflows/VendorUpdater.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 15b23710..639f1f05 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -70,7 +70,7 @@ jobs: - version: "1.10" os: windows-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false @@ -85,7 +85,7 @@ jobs: - uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0 - - uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 + - uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 with: use-public-rspm: true r-version: "4.3.3" @@ -95,12 +95,12 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.version == '1.6' # TODO: use quarto_jll for integration tests once modern enough versions are available - - uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9 + - uses: quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0 with: version: 1.7.17 - uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0 - - uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2 + - uses: julia-actions/julia-runtest@d60b785c6f2bdf4ebfb18b2b6f7d93b7dfb0efe3 # v1.11.4 with: depwarn: "yes" - uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2 @@ -118,7 +118,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1 diff --git a/.github/workflows/EnforceChangelog.yml b/.github/workflows/EnforceChangelog.yml index 61608815..80e6ec47 100644 --- a/.github/workflows/EnforceChangelog.yml +++ b/.github/workflows/EnforceChangelog.yml @@ -7,7 +7,7 @@ jobs: changelog: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1 with: version: '1' diff --git a/.github/workflows/VendorUpdater.yml b/.github/workflows/VendorUpdater.yml index 0749b4aa..16bb8bc1 100644 --- a/.github/workflows/VendorUpdater.yml +++ b/.github/workflows/VendorUpdater.yml @@ -10,7 +10,7 @@ jobs: VendorUpdater: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false @@ -26,7 +26,7 @@ jobs: run: julia --project=src/QuartoNotebookWorker/src/vendor --color=yes src/QuartoNotebookWorker/src/vendor/vendor.jl - name: "Create pull request" - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Automatic update of vendored dependencies"