Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent d45db1b commit 3db09bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build-using-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.inputs.environmentName == 'default' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixos=channel:nixos-23.05
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
environment:
name: ${{ github.event.inputs.environmentName }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-build-using-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.event.inputs.environmentName == 'default' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixos=channel:nixos-23.05
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
environment:
name: ${{ github.event.inputs.environmentName }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixos=channel:nixos-23.05
Expand Down

0 comments on commit 3db09bb

Please sign in to comment.