From a5b2b8f0e5232b17314d163ce252c64224d82919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:05:42 +0100 Subject: [PATCH] Dependabot(deps): Bump actions/checkout from 2 to 3 (#441) 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-flake-files.yml | 2 +- .github/workflows/frontend.yml | 2 +- .github/workflows/import-flakes.yml | 2 +- .github/workflows/import-nixpkgs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-flake-files.yml b/.github/workflows/check-flake-files.yml index d8c565c..715f4c3 100644 --- a/.github/workflows/check-flake-files.yml +++ b/.github/workflows/check-flake-files.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup uses: ./.github/actions/common-setup diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 6a3e26c..6566f7a 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup uses: ./.github/actions/common-setup diff --git a/.github/workflows/import-flakes.yml b/.github/workflows/import-flakes.yml index ea4a5c4..29c8704 100644 --- a/.github/workflows/import-flakes.yml +++ b/.github/workflows/import-flakes.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup uses: ./.github/actions/common-setup diff --git a/.github/workflows/import-nixpkgs.yml b/.github/workflows/import-nixpkgs.yml index 69d461f..6a6075e 100644 --- a/.github/workflows/import-nixpkgs.yml +++ b/.github/workflows/import-nixpkgs.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup uses: ./.github/actions/common-setup