mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
chore: Update nix-flake.yml to use latest checkout action
This commit is contained in:
parent
dcaba02c21
commit
afe7212aff
4
.github/workflows/nix-flake.yml
vendored
4
.github/workflows/nix-flake.yml
vendored
|
|
@ -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
|
||||
|
|
@ -25,4 +25,4 @@ jobs:
|
|||
run: nix flake check
|
||||
- name: Build migrations
|
||||
run: nix build .#migration
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue