Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 613764d commit ce69a9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
license-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4

flake-checker:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/flake-checker-action@v9

nix-fmt:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix fmt
Expand All @@ -44,7 +44,7 @@ jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
# Shellcheck should already be installed on github runners
- name: install shellcheck
run: sudo apt install --yes shellcheck
Expand All @@ -56,7 +56,7 @@ jobs:
needs: [license-check, flake-checker, nix-fmt, shellcheck]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix flake check
Expand All @@ -68,7 +68,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -81,7 +81,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -94,7 +94,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -107,7 +107,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -120,7 +120,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -133,7 +133,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -146,7 +146,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -159,7 +159,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -172,7 +172,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nix build
Expand All @@ -185,7 +185,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nixos-anywhere vm-test lab
Expand All @@ -201,7 +201,7 @@ jobs:
needs: [nix-flake-check-no-build]
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: nixos-anywhere vm-test vps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
renovate:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- id: generate-token
uses: actions/[email protected]
Expand Down

0 comments on commit ce69a9d

Please sign in to comment.