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@v5
- 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
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- uses: dorny/paths-filter@v3
name: Build Detection
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

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

- 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@v5
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@v5
with:
submodules: recursive

Expand Down
Loading