Skip to content

Commit

Permalink
Merge pull request #62 from turion/dependabot/github_actions/cachix/i…
Browse files Browse the repository at this point in the history
…nstall-nix-action-v29

Bump cachix/install-nix-action from V28 to 29
  • Loading branch information
turion authored Sep 27, 2024
2 parents fd918cc + 585fe6d commit 59b7123
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 @@ -117,7 +117,7 @@ jobs:
run: |
sudo rm -rf /usr/local/* /usr/share/* /opt/*
docker rmi $(docker image ls -aq)
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: cachix/cachix-action@v15
with:
Expand All @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: cachix/cachix-action@v15
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
Expand Down

0 comments on commit 59b7123

Please sign in to comment.