We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84e65ce + 039765b commit b113a30Copy full SHA for b113a30
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ${{matrix.os}}
12
strategy:
13
fail-fast: false
14
+ max-parallel: 5
15
matrix:
16
os:
17
- ubuntu-latest
@@ -94,8 +95,7 @@ jobs:
94
95
steps:
96
- uses: actions/checkout@v4
97
- - id: toolchain
98
- name: Install Rust
+ - name: Install Rust
99
uses: ./
100
with:
101
components: clippy
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.8.0] - 2024-01-13
+
+* Allow specifying subdirectories for cache.
+* Fix toolchain file overriding.
## [1.7.0] - 2024-01-11
* Allow overriding the toolchain file with explicit `toolchain` input. (#26)
0 commit comments