From d95ea48a463be3296075051c657252eef633bbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:19:18 +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/autoupdate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 265448591fc..cbb8792c70d 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: "CodeDownIO/registry2nix" ref: "81a79057d16107861161fe05cb7e04808c685e2a" @@ -46,13 +46,13 @@ jobs: stack install --system-ghc - name: Check out latest JuliaRegistries/General repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: "JuliaRegistries/General" path: JuliaRegistriesGeneral - name: Check out latest CodeDownIO/General repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: "CodeDownIO/General" path: CodeDownIOGeneral