Skip to content

Commit 1a87c8b

Browse files
authored
chore(deps): update taiki-e/install-action digest to 3522286 (#568)
1 parent f16b331 commit 1a87c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint (rustfmt)
3131
run: cargo xfmt --check
3232
- name: Install cargo readme
33-
uses: taiki-e/install-action@83961fc0a2afe7f045535b5741d9a6418d7e1168 # v2
33+
uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2
3434
with:
3535
tool: cargo-readme
3636
- name: Run cargo readme

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install cargo release
20-
uses: taiki-e/install-action@83961fc0a2afe7f045535b5741d9a6418d7e1168 # v2
20+
uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2
2121
with:
2222
tool: cargo-release@0.25.0
2323
- uses: taiki-e/create-gh-release-action@56a8b3f8449593aa02b91f7b84da564f476e94f0 # v1

0 commit comments

Comments
 (0)