Skip to content

Commit c12e9e7

Browse files
authored
ci: update dependencies (#83)
1 parent 01202c0 commit c12e9e7

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/coverage.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,15 @@ jobs:
2929
- name: Dependencies
3030
run: |
3131
sudo apt-get install libxtst-dev libevdev-dev libxdo-dev --assume-yes
32-
- uses: actions-rs/toolchain@v1
33-
with:
34-
toolchain: stable
32+
3533
- uses: Swatinem/rust-cache@v2
3634
with:
3735
# To only cache runs from `main`
3836
save-if: ${{ github.ref == 'refs/heads/main' }}
3937
- run: rustup component add llvm-tools-preview
4038

4139
- name: Install grcov
42-
uses: actions-rs/[email protected]
43-
with:
44-
crate: grcov
45-
version: latest
46-
use-tool-cache: true
40+
run: cargo install grcov
4741

4842
- name: build
4943
env:

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: Swatinem/rust-cache@v2
2929
with:
3030
# To only cache runs from `master`

0 commit comments

Comments
 (0)