Skip to content
Closed
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
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: fcvm
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuse-backend-rs
ref: master
path: fuse-backend-rs
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuser
ref: master
Expand Down Expand Up @@ -83,15 +83,15 @@ jobs:
name: Packaging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: fcvm
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuse-backend-rs
ref: master
path: fuse-backend-rs
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuser
ref: master
Expand Down Expand Up @@ -123,15 +123,15 @@ jobs:
if: ${{ github.event.inputs.job != 'container' }}
runs-on: buildjet-32vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: fcvm
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuse-backend-rs
ref: master
path: fuse-backend-rs
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuser
ref: master
Expand Down Expand Up @@ -226,15 +226,15 @@ jobs:
if: ${{ github.event.inputs.job != 'host' }}
runs-on: buildjet-32vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: fcvm
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuse-backend-rs
ref: master
path: fuse-backend-rs
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuser
ref: master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
name: Benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: fcvm
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuse-backend-rs
ref: master
path: fuse-backend-rs
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ejc3/fuser
ref: master
Expand Down
Loading