Skip to content

Commit 3c4b0c2

Browse files
committed
ci: rename post-merge workflow
1 parent 462ab6a commit 3c4b0c2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci-master.yml renamed to .github/workflows/ci-post-merge.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
toolchain: ${{ matrix.version }}
5353

54-
- uses: taiki-e/cache-cargo-install-action@v1
54+
- uses: taiki-e/install-action@v2
5555
with: { tool: cargo-hack }
5656

5757
- name: check lib
@@ -121,11 +121,8 @@ jobs:
121121
uses: actions-rust-lang/setup-rust-toolchain@v1
122122
with: { toolchain: nightly }
123123

124-
- uses: taiki-e/cache-cargo-install-action@v1
125-
with: { tool: cargo-minimal-versions }
126-
127-
- uses: taiki-e/cache-cargo-install-action@v1
128-
with: { tool: cargo-hack }
124+
- uses: taiki-e/install-action@v1
125+
with: { tool: cargo-hack, cargo-minimal-versions }
129126

130127
- name: Check With Minimal Versions
131128
run: cargo minimal-versions check

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
toolchain: ${{ matrix.version }}
5454

55-
- uses: taiki-e/cache-cargo-install-action@v1
55+
- uses: taiki-e/install-action@v1
5656
with: { tool: cargo-hack }
5757

5858
- name: Generate Cargo.lock

0 commit comments

Comments
 (0)