Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
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](actions/checkout@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent ceca888 commit 394fb9d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix: ${{ steps.generate_matrix.outputs.matrix }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
Expand All @@ -49,7 +49,7 @@ jobs:
automerge: ${{ (matrix.input == 'nixpkgs') || (matrix.input == 'nixos-unstable') }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-per-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
matrix: ${{ fromJSON(inputs.flake-jobs).earlyChecks }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -89,7 +89,7 @@ jobs:
matrix: ${{ fromJSON(inputs.flake-jobs).packages }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -110,7 +110,7 @@ jobs:
matrix: ${{ fromJSON(inputs.nur-jobs).other }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -132,7 +132,7 @@ jobs:
matrix: ${{ fromJSON(inputs.nur-jobs).stage1 }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -157,7 +157,7 @@ jobs:
matrix: ${{ fromJSON(inputs.nur-jobs).stage2 }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -182,7 +182,7 @@ jobs:
matrix: ${{ fromJSON(inputs.nur-jobs).stage3 }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -207,7 +207,7 @@ jobs:
matrix: ${{ fromJSON(inputs.flake-jobs).hosts }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand All @@ -231,7 +231,7 @@ jobs:
matrix: ${{ fromJSON(inputs.flake-jobs).checks }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build
uses: ./.github/actions/nix-build
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
flake_jobs: ${{ steps.collect_flake_jobs.outputs.flake_jobs }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
)
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
Expand Down

0 comments on commit 394fb9d

Please sign in to comment.