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/build_patch_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
name: 🦀 Upload Artifacts

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: taiki-e/upload-rust-binary-action@v1

Check warning on line 26 in .github/workflows/build_patch_artifacts.yaml

View workflow job for this annotation

GitHub Actions / 🔤 Check Spelling / build

Unknown word (taiki)
with:
bin: "patch"
target: ${{ matrix.target }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Build Detection
id: needs_flutter_build
with:
Expand All @@ -44,7 +44,7 @@ jobs:
- ./.github/actions/flutter_package/action.yaml
- shorebird_code_push/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Build Detection
id: needs_rust_build
with:
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🦀 Build ${{ matrix.crate }}
uses: ./.github/actions/rust_crate
Expand All @@ -93,7 +93,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: recursive

Expand Down
Loading