3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-07 05:44:07 +00:00
This commit is contained in:
Arpad Borsos 2023-05-21 19:36:24 +02:00
parent bb80d0f127
commit 988c164c3d
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## 2.3.1 ## 2.4.0
- Fix cache key stability. - Fix cache key stability.
- Use 8 character hash components to reduce the key length, making it more readable. - Use 8 character hash components to reduce the key length, making it more readable.

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "rust-cache", "name": "rust-cache",
"version": "2.3.0", "version": "2.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rust-cache", "name": "rust-cache",
"version": "2.3.0", "version": "2.4.0",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"dependencies": { "dependencies": {
"@actions/cache": "^3.2.1", "@actions/cache": "^3.2.1",

View file

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "rust-cache", "name": "rust-cache",
"version": "2.3.0", "version": "2.4.0",
"description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
"keywords": [ "keywords": [
"actions", "actions",