From e6fc8e4ac3764f84de8277fadf0e6d7b6f1948f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:45:11 -0500 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#94) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout 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> --- .github/workflows/CI-OndaEDFSchemas.yml | 2 +- .github/workflows/CI.yml | 2 +- .github/workflows/Documentation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI-OndaEDFSchemas.yml b/.github/workflows/CI-OndaEDFSchemas.yml index 2a522df..a09d460 100644 --- a/.github/workflows/CI-OndaEDFSchemas.yml +++ b/.github/workflows/CI-OndaEDFSchemas.yml @@ -28,7 +28,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: julia-actions/setup-julia@v1 diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93d8704..6067da4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: julia-actions/setup-julia@v1 diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index c5de748..1ce43f9 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -9,7 +9,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Update dependencies" # Only use a released version of dependencies when creating documentation for a tag if: ${{ github.event_name != 'push' || !startsWith(github.ref, 'refs/tags') }}