Skip to content

Commit

Permalink
chore(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 1166a0c commit ce22c78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@c0f0193890b634ca9905af48b8a11de78b7e18a5
with:
tool: [email protected], [email protected], [email protected]
- name: Install Rust linters
Expand Down Expand Up @@ -52,11 +52,11 @@ jobs:
- nightly
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Set up Rust
run: rustup default ${{ matrix.channel }}
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@c0f0193890b634ca9905af48b8a11de78b7e18a5
with:
tool: [email protected]
- name: Run tests
Expand All @@ -66,11 +66,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@c0f0193890b634ca9905af48b8a11de78b7e18a5
with:
tool: [email protected], [email protected]
- name: Create directories
Expand All @@ -80,7 +80,7 @@ jobs:
cargo hack --feature-powerset llvm-cov --no-report --branch --locked
cargo llvm-cov report --fail-under-lines 85 --lcov --output-path target/llvm-cov/lcov/${{ github.event.repository.name }}.info
- name: Upload code coverage
uses: romeovs/lcov-reporter-action@87a815f34ec27a5826abba44ce09bbc688da58fd
uses: romeovs/lcov-reporter-action@25674467b99fc58cc7706dc246d9647a94b5ba8f
if: github.event_name == 'pull_request'
with:
lcov-file: target/llvm-cov/lcov/${{ github.event.repository.name }}.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Publish
run: cargo publish --locked --token ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit ce22c78

Please sign in to comment.