Skip to content

Commit

Permalink
Merge pull request #151 from dschrempf/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/install-nix-action-V28

Bump cachix/install-nix-action from V27 to 28
  • Loading branch information
dschrempf authored Sep 18, 2024
2 parents 22249b3 + a8e1115 commit 899dc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: cachix/install-nix-action@V28
- uses: cachix/cachix-action@v15
with:
name: dschrempf-nix-script
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: cachix/install-nix-action@V28
- uses: cachix/cachix-action@v15
with:
name: nix-script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: cachix/install-nix-action@V27
- uses: cachix/install-nix-action@V28
- run: nix flake update
- name: Create PR
env:
Expand Down

0 comments on commit 899dc9c

Please sign in to comment.