From d3ba0a481bb220906892191564ca1eaf7cdaca18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:43:39 +0000 Subject: [PATCH] Bump actions/checkout from 1 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/yasg.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ef905b..456946c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - x64 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: R Setup uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/yasg.yml b/.github/workflows/yasg.yml index e84e538..e31cc15 100644 --- a/.github/workflows/yasg.yml +++ b/.github/workflows/yasg.yml @@ -26,7 +26,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.julia-version }} - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Instantiate `format` environment and format run: | julia --project=format -e 'using Pkg; Pkg.instantiate()'