Skip to content

Commit b55cff2

Browse files
committed
ci: use stable versions of actions
1 parent 4f46c62 commit b55cff2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install Nix
30-
uses: DeterminateSystems/nix-installer-action@main
30+
uses: DeterminateSystems/nix-installer-action@v4
3131

3232
- name: Setup Attic cache
3333
uses: ryanccn/attic-action@v0
@@ -41,4 +41,4 @@ jobs:
4141
run: nix flake check
4242

4343
- name: Build
44-
run: nix build --accept-flake-config ".#nyoom"
44+
run: nix build ".#nyoom"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Install Nix
38-
uses: DeterminateSystems/nix-installer-action@main
38+
uses: DeterminateSystems/nix-installer-action@v4
3939
- name: Push to FlakeHub
40-
uses: DeterminateSystems/flakehub-push@main
40+
uses: DeterminateSystems/flakehub-push@v3
4141
with:
4242
visibility: public

0 commit comments

Comments
 (0)