-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cachix/install-nix-action action to v29
- Loading branch information
1 parent
0cacdb2
commit 7748bad
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: cachix/install-nix-action@v27 | ||
- uses: cachix/install-nix-action@v29 | ||
- run: nix build .#sharry-dev | ||
ci-matrix: | ||
runs-on: ubuntu-latest | ||
|
@@ -17,7 +17,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 100 | ||
- uses: cachix/install-nix-action@v27 | ||
- uses: cachix/install-nix-action@v29 | ||
- name: Fetch tags | ||
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* | ||
- name: Coursier cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- uses: cachix/install-nix-action@v27 | ||
- uses: cachix/install-nix-action@v29 | ||
- name: Coursier cache | ||
uses: coursier/cache-action@v6 | ||
- name: Set current version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- uses: cachix/install-nix-action@v27 | ||
- uses: cachix/install-nix-action@v29 | ||
- name: Coursier cache | ||
uses: coursier/cache-action@v6 | ||
- name: Set current version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters