Skip to content

Commit

Permalink
Merge branch 'master' into session-deadpool_redis-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
0rangeFox authored Apr 4, 2024
2 parents 2a83eb3 + f450e3f commit a269380
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.28.11
uses: taiki-e/install-action@v2.32.1
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.28.11
uses: taiki-e/install-action@v2.32.1
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.28.11
uses: taiki-e/install-action@v2.32.1
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.28.11
uses: taiki-e/install-action@v2.32.1
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.28.11
uses: taiki-e/install-action@v2.32.1
with:
tool: cargo-llvm-cov

- name: Generate code coverage
run: cargo llvm-cov --workspace --all-features --codecov --output-path codecov.json

- name: Upload to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1
with:
files: codecov.json
fail_ci_if_error: true
Expand Down

0 comments on commit a269380

Please sign in to comment.