Skip to content

Commit

Permalink
Update to latest version of GitHub actions used
Browse files Browse the repository at this point in the history
  • Loading branch information
malob committed Mar 25, 2024
1 parent 48bb1ad commit 5a6f026
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Genrate matrix
id: gen-matrix
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@main
Expand All @@ -57,10 +57,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@main
Expand All @@ -75,7 +75,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and test
run: |
Expand Down

0 comments on commit 5a6f026

Please sign in to comment.