Skip to content

Commit b113a30

Browse files
authored
Merge pull request #34 from actions-rust-lang/rel-180
2 parents 84e65ce + 039765b commit b113a30

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ${{matrix.os}}
1212
strategy:
1313
fail-fast: false
14+
max-parallel: 5
1415
matrix:
1516
os:
1617
- ubuntu-latest
@@ -94,8 +95,7 @@ jobs:
9495
steps:
9596
- uses: actions/checkout@v4
9697

97-
- id: toolchain
98-
name: Install Rust
98+
- name: Install Rust
9999
uses: ./
100100
with:
101101
components: clippy

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.0] - 2024-01-13
11+
12+
* Allow specifying subdirectories for cache.
13+
* Fix toolchain file overriding.
14+
1015
## [1.7.0] - 2024-01-11
1116

1217
* Allow overriding the toolchain file with explicit `toolchain` input. (#26)

0 commit comments

Comments
 (0)