Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
malob committed Sep 16, 2024
1 parent 31cbc75 commit 9848abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Setup Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: malo
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
Expand Down Expand Up @@ -70,13 +70,13 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Setup Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: malo
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
Expand Down

0 comments on commit 9848abb

Please sign in to comment.