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.6.1 to 2.6.2 #1431

Merged
merged 1 commit into from
Aug 21, 2023
Merged
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 @@ -50,7 +50,7 @@ jobs:
ref: ${{ github.event.release.target_commitish }}
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

- uses: dtolnay/rust-toolchain@master
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
toolchain: 1.67
components: clippy,rustfmt

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

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

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

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

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

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

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

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

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

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

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2

- name: Run test ${{ matrix.test_name }}
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture
Loading