Skip to content

Commit

Permalink
fix: use main of determinate system actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Feb 29, 2024
1 parent 3b7f44b commit 21d1b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@main

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v0.1
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Run ci checks
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@main

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v0.1
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 21d1b4b

Please sign in to comment.