Skip to content

Commit

Permalink
chore: Update nix-flake.yml to use latest checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch authored May 2, 2024
1 parent dcaba02 commit afe7212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
Expand All @@ -25,4 +25,4 @@ jobs:
run: nix flake check
- name: Build migrations
run: nix build .#migration


0 comments on commit afe7212

Please sign in to comment.