From 92e9ceb200df17096210ca744ed150427cf961f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:28:09 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-acceptance.yaml | 2 +- .github/workflows/render-site.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-acceptance.yaml b/.github/workflows/merge-acceptance.yaml index 7ac08bb..92df600 100644 --- a/.github/workflows/merge-acceptance.yaml +++ b/.github/workflows/merge-acceptance.yaml @@ -12,7 +12,7 @@ jobs: - uses: taiki-e/cache-cargo-install-action@v1 with: tool: mdbook-katex@0.6.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: mdbook build - name: Check for Orphaned Files run: ./util/find-orphaned-files.sh diff --git a/.github/workflows/render-site.yaml b/.github/workflows/render-site.yaml index 4750555..8b9d111 100644 --- a/.github/workflows/render-site.yaml +++ b/.github/workflows/render-site.yaml @@ -24,7 +24,7 @@ jobs: tool: mdbook-katex@0.6.0 # Now get the user content: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Now render to the site: