Skip to content

Commit 4231289

Browse files
author
Rishab Garg
authored
feat: update GitHub actions workflow to use new actions
1 parent 79cefa6 commit 4231289

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
id-token: write
1212
contents: read
1313
steps:
14-
- uses: actions/checkout@v5.0.0
15-
- uses: DeterminateSystems/determinate-nix-action@main # or v3.11.2 to pin to a release
16-
- run: nix build .
14+
- uses: actions/checkout@v4
15+
- uses: DeterminateSystems/nix-installer-action@main
16+
- uses: DeterminateSystems/magic-nix-cache-action@main
17+
- uses: DeterminateSystems/flake-checker-action@main
18+
- name: Run `nix build`
19+
run: nix build .

0 commit comments

Comments
 (0)