Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
files_changed: ${{ steps.changed-files.outputs.files }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: changed-files
uses: dorny/paths-filter@v4
with:
Expand All @@ -36,7 +36,7 @@ jobs:
if: ${{ needs.changes.outputs.files_changed == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31
- name: Build ncro package
run: nix build .# -L --no-link
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: cachix/install-nix-action@v31

Expand All @@ -55,7 +55,7 @@ jobs:
needs: [create-release, build-release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Download Assets
uses: robinraju/release-downloader@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
files_changed: ${{ steps.changed-files.outputs.files }}
steps:
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Get changed files
id: changed-files
uses: dorny/paths-filter@v4
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- uses: cachix/install-nix-action@v31

Expand All @@ -64,7 +64,7 @@ jobs:
pct: ${{ steps.nextest.outputs.pct }}
steps:
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
files_changed: ${{ steps.changed-files.outputs.files }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: changed-files
uses: dorny/paths-filter@v4
with:
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
- name: E2E Test
check: e2e
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31
- run: nix build .#checks.x86_64-linux.${{ matrix.check }} -L --no-link