Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 #1822

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ref: ${{ github.event.release.target_commitish }}
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- uses: dtolnay/rust-toolchain@master
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
toolchain: "1.74"
components: clippy,rustfmt

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Check formatting
uses: dprint/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Build swap
run: cargo build --bin swap
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Install sqlx-cli
run: cargo install --locked --version 0.6.3 sqlx-cli
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Build tests
run: cargo build --tests --workspace --all-features
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Run test ${{ matrix.test_name }}
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture
Expand All @@ -184,7 +184,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Run RPC server tests
run: cargo test --package swap --all-features --test rpc -- --nocapture
Expand All @@ -197,7 +197,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Run cargo check on stable rust
run: cargo check --all-targets
Loading