Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 26, 2024
1 parent 4553200 commit 49a39f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [UNRELEASED](https://github.com/hynek/setup-cached-uv/compare/v1.3.0...main)
## [2.0.0](https://github.com/hynek/setup-cached-uv/compare/v1.3.0...v2.0.0) - 2024-07-26

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
runs-on: ubuntu-latest # or macOS, or Windows
steps:
- uses: hynek/setup-cached-uv@v1
- uses: hynek/setup-cached-uv@v2

- run: uv ...
```
Expand Down Expand Up @@ -80,7 +80,7 @@ For example, if you have dependencies that don’t provide prebuilt PyPy wheels,

```yaml
# ...
- uses: hynek/setup-cached-uv@v1
- uses: hynek/setup-cached-uv@v2
with:
if-use-cache: ${{ startsWith(matrix.python-version, 'pypy') }}
# ...
Expand Down

0 comments on commit 49a39f9

Please sign in to comment.