Skip to content

Commit

Permalink
Merge pull request #1106 from sigprof/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.2

build(deps): Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
sigprof authored Mar 14, 2024
2 parents a718907 + 7d92dd8 commit 2cb72eb
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 2cb72eb

Please sign in to comment.