Skip to content

Commit 121be05

Browse files
chore(deps): update github-actions
1 parent 1166a0c commit 121be05

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
21+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
2222
- name: Set up Rust
2323
run: rustup default nightly
2424
- name: Install development tools
25-
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
25+
uses: taiki-e/install-action@d981a0b18f547466e6b058fafcfc3522c6ee3dee
2626
with:
2727
tool: cargo-deny@0.16.1, cargo-udeps@0.1.50, cargo-hack@0.6.31
2828
- name: Install Rust linters
@@ -52,11 +52,11 @@ jobs:
5252
- nightly
5353
steps:
5454
- name: Check out repository
55-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
55+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
5656
- name: Set up Rust
5757
run: rustup default ${{ matrix.channel }}
5858
- name: Install development tools
59-
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
59+
uses: taiki-e/install-action@d981a0b18f547466e6b058fafcfc3522c6ee3dee
6060
with:
6161
tool: cargo-hack@0.6.31
6262
- name: Run tests
@@ -66,11 +66,11 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Check out repository
69-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
69+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
7070
- name: Set up Rust
7171
run: rustup default nightly
7272
- name: Install development tools
73-
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
73+
uses: taiki-e/install-action@d981a0b18f547466e6b058fafcfc3522c6ee3dee
7474
with:
7575
tool: cargo-llvm-cov@0.6.13, cargo-hack@0.6.31
7676
- name: Create directories
@@ -80,7 +80,7 @@ jobs:
8080
cargo hack --feature-powerset llvm-cov --no-report --branch --locked
8181
cargo llvm-cov report --fail-under-lines 85 --lcov --output-path target/llvm-cov/lcov/${{ github.event.repository.name }}.info
8282
- name: Upload code coverage
83-
uses: romeovs/lcov-reporter-action@87a815f34ec27a5826abba44ce09bbc688da58fd
83+
uses: romeovs/lcov-reporter-action@25674467b99fc58cc7706dc246d9647a94b5ba8f
8484
if: github.event_name == 'pull_request'
8585
with:
8686
lcov-file: target/llvm-cov/lcov/${{ github.event.repository.name }}.info

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
14+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1515
- name: Publish
1616
run: cargo publish --locked --token ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)