From 394fb9d8a168c77820346ad86ba49a0a8f639c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:13:35 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update-flake.yml | 4 ++-- .github/workflows/auto-update.yml | 2 +- .github/workflows/ci-per-system.yml | 16 ++++++++-------- .github/workflows/ci.yml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/auto-update-flake.yml b/.github/workflows/auto-update-flake.yml index c8dc4cb2..aa6d9ab4 100644 --- a/.github/workflows/auto-update-flake.yml +++ b/.github/workflows/auto-update-flake.yml @@ -23,7 +23,7 @@ jobs: matrix: ${{ steps.generate_matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Install Nix uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c @@ -49,7 +49,7 @@ jobs: automerge: ${{ (matrix.input == 'nixpkgs') || (matrix.input == 'nixos-unstable') }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Install Nix uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 3067a85f..18658fae 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Install Nix uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c diff --git a/.github/workflows/ci-per-system.yml b/.github/workflows/ci-per-system.yml index 4aa8afca..d0b851db 100644 --- a/.github/workflows/ci-per-system.yml +++ b/.github/workflows/ci-per-system.yml @@ -68,7 +68,7 @@ jobs: matrix: ${{ fromJSON(inputs.flake-jobs).earlyChecks }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -89,7 +89,7 @@ jobs: matrix: ${{ fromJSON(inputs.flake-jobs).packages }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -110,7 +110,7 @@ jobs: matrix: ${{ fromJSON(inputs.nur-jobs).other }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -132,7 +132,7 @@ jobs: matrix: ${{ fromJSON(inputs.nur-jobs).stage1 }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -157,7 +157,7 @@ jobs: matrix: ${{ fromJSON(inputs.nur-jobs).stage2 }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -182,7 +182,7 @@ jobs: matrix: ${{ fromJSON(inputs.nur-jobs).stage3 }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -207,7 +207,7 @@ jobs: matrix: ${{ fromJSON(inputs.flake-jobs).hosts }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: @@ -231,7 +231,7 @@ jobs: matrix: ${{ fromJSON(inputs.flake-jobs).checks }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Build uses: ./.github/actions/nix-build with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d2e75f8..de50a2ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: flake_jobs: ${{ steps.collect_flake_jobs.outputs.flake_jobs }} steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Install Nix uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c @@ -126,7 +126,7 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Install Nix uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c