From 13c97c50dd0a80c1bb2eb0c4b2ff969a1362865e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 03:06:42 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.2 to 3.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 to 3.4.0. - [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.3.2...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 57db00f1..11a02f91 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -15,7 +15,7 @@ jobs: - macos-latest - ubuntu-latest steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v3.4.0 - name: "Install Nix️" uses: cachix/install-nix-action@v15 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2a8e7ae..9fad26c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v3.4.0 - name: "Install Nix️" uses: cachix/install-nix-action@v16