Compare commits

..

25 Commits

Author SHA1 Message Date
663bbaba2c Test fix-2099 2025-07-28 06:54:37 -07:00
f0946aba6c Test fix-2099 2025-07-28 06:25:29 -07:00
640a1c2554 Merge pull request #1620 from actions/nebuk89-patch-1
Update README.md
2025-06-17 14:18:22 +01:00
c45d39173a Update README.md 2025-06-16 10:08:03 +01:00
5a3ec84eff Merge pull request #1577 from salmanmkc/salmanmkc/4-test
Update to use @actions/cache 4.0.3 package & prepare for new release
2025-03-19 18:06:32 +00:00
7de21022a7 Update releases.md 2025-03-18 08:00:50 -07:00
76d40dd347 Update to use the latest version of the cache package to obfuscate the SAS 2025-03-18 07:58:36 -07:00
76dd5eb692 update cache with main 2025-03-18 03:43:02 -07:00
8c80c27c5e new package 2025-03-13 04:55:45 -07:00
45cfd0e7ff updates 2025-03-13 04:30:51 -07:00
edd449b9cf updated cache with latest changes 2025-03-12 03:22:00 -07:00
0576707e37 latest test before pr 2025-03-10 06:54:42 -07:00
3105dc9754 update 2025-03-10 04:27:54 -07:00
9450d42d15 mask 2025-03-10 04:24:44 -07:00
7d05b27fb9 update cache package to mask whole sas to the end of the line 2025-03-10 04:20:14 -07:00
507b84c6a6 artifact changes 2025-03-07 08:47:30 -08:00
f248408e15 type 2025-03-07 08:12:07 -08:00
c30eb5542e debugging 2025-03-07 08:06:30 -08:00
5b6ae99d8b mask whole url 2025-03-07 08:02:01 -08:00
eca7c65a55 changed 2025-03-07 08:00:03 -08:00
1b5d75f5cf add changes 2025-03-07 07:56:21 -08:00
d4323d4df1 Merge pull request #1560 from actions/robherley/v4.2.2
Bump @actions/cache to v4.0.2
2025-02-27 09:47:05 -05:00
da26677639 bump @actions/cache to v4.0.2, prep for v4.2.2 release 2025-02-26 12:45:56 -05:00
7921ae235b Merge pull request #1557 from actions/robherley/ia-workflow-released
Update publish-immutable-actions.yml
2025-02-18 17:47:05 -05:00
3937731706 Update publish-immutable-actions.yml 2025-02-18 17:43:49 -05:00
10 changed files with 58192 additions and 41448 deletions

View File

@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
on:
release:
types: [published]
types: [released]
jobs:
publish:

View File

@ -1,6 +1,6 @@
---
name: "@actions/cache"
version: 4.0.1
version: 4.0.3
type: npm
summary: Actions cache lib
homepage: https://github.com/actions/toolkit/tree/main/packages/cache

View File

@ -335,9 +335,23 @@ There are a number of community practices/workarounds to fulfill specific requir
Please note that Windows environment variables (like `%LocalAppData%`) will NOT be expanded by this action. Instead, prefer using `~` in your paths which will expand to the HOME directory. For example, instead of `%LocalAppData%`, use `~\AppData\Local`. For a list of supported default environment variables, see the [Learn GitHub Actions: Variables](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) page.
## Contributing
## Note
We would love for you to contribute to `actions/cache`. Pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.
We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features were working on and what stage theyre in.
We are taking the following steps to better direct requests related to GitHub Actions, including:
1. We will be directing questions and support requests to our [Community Discussions area](https://github.com/orgs/community/discussions/categories/actions)
2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.
3. Security Issues should be handled as per our [security.md](SECURITY.md).
We will still provide security updates for this project and fix major breaking changes during this time.
You are welcome to still raise bugs in this repo.
## License

View File

@ -1,5 +1,13 @@
# Releases
### 4.2.3
- Bump `@actions/cache` to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
### 4.2.2
- Bump `@actions/cache` to v4.0.2
### 4.2.1
- Bump `@actions/cache` to v4.0.1

File diff suppressed because one or more lines are too long

22257
dist/restore/index.js vendored

File diff suppressed because one or more lines are too long

22257
dist/save-only/index.js vendored

File diff suppressed because one or more lines are too long

22257
dist/save/index.js vendored

File diff suppressed because one or more lines are too long

10576
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.2.1",
"version": "4.2.3",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.1",
"@actions/cache": "file:///workspaces/toolkit/packages/cache",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
@ -48,4 +48,4 @@
"ts-jest": "^28.0.8",
"typescript": "^4.9.3"
}
}
}