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
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Dependency review
uses: actions/dependency-review-action@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/fast-harness-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@ jobs:

steps:
- name: Checkout test harness
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: repos/emulebb-build-tests

- name: Checkout app source
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: emulebb/emulebb
path: workspaces/workspace/app/emulebb-main

- name: Checkout tooling docs
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: emulebb/emulebb-tooling
path: repos/emulebb-tooling

- name: Checkout build tooling
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: emulebb/emulebb-build
path: repos/emulebb-build

- name: Checkout Rust client
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: emulebb/emulebb-rust
path: repos/emulebb-rust
Expand All @@ -56,7 +56,7 @@ jobs:
# MiniUPnP source from repos/third_party/emulebb-miniupnp/miniupnpc, so the
# Rust cargo integration tests need that third-party source materialized.
- name: Checkout MiniUPnP third-party source
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: emulebb/emulebb-miniupnp
ref: miniupnpc-master-emule
Expand Down
Loading