Skip to content

Commit b4b5ed7

Browse files
chore(main): release 3.2.0 (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f67fb14 commit b4b5ed7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.2.0](https://github.com/pleo-io/s3-cache-action/compare/v3.1.0...v3.2.0) (2025-08-15)
4+
5+
6+
### Features
7+
8+
* Skip restore cache action if SKIP_S3_CACHE env variable set to `true` ([#36](https://github.com/pleo-io/s3-cache-action/issues/36)) ([f67fb14](https://github.com/pleo-io/s3-cache-action/commit/f67fb140012614f597e9302b39210d620ee9dd9d))
9+
310
## [3.1.0](https://github.com/pleo-io/s3-cache-action/compare/v3.0.0...v3.1.0) (2024-09-11)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@pleo-io/s3-cache-action",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"dependencies": {
66
"@actions/core": "^1.10.0",
77
"@actions/exec": "1.1.1",

0 commit comments

Comments
 (0)