From fafc2b1b9192a6107bacafd3ed031efdab87a03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:07:47 +0200 Subject: [PATCH] Bump actions/checkout from 2 to 3 (#150) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/ManifestUpdater.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 9447dd93..8781dba0 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -9,7 +9,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get Julia compatibility id: julia_compat # NOTE: this requires a Julia compat lower-bound with minor version! diff --git a/.github/workflows/ManifestUpdater.yml b/.github/workflows/ManifestUpdater.yml index 1dc07325..69871c24 100644 --- a/.github/workflows/ManifestUpdater.yml +++ b/.github/workflows/ManifestUpdater.yml @@ -9,7 +9,7 @@ jobs: ManifestUpdater: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get Julia compatibility id: julia_compat # NOTE: this requires a Julia compat lower-bound with minor version!