From 3524545caec0939d6c746b21be14e9082a891700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 10:33:48 +0000 Subject: [PATCH] build(deps): bump actions/checkout from v2.3.1 to v2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.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.3.1...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c29dc46..5c459ebf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - nixos - tux-nixos steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.4 with: fetch-depth: 0 # Nix Flakes doesn't work on shallow clones - uses: cachix/install-nix-action@v12