@rharkor/caching-for-turbo 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,7 +55,7 @@ the following step **before** you run `turbo build`:
55
55
 
56
56
  ```yaml
57
57
  - name: Cache for Turbo
58
- uses: rharkor/caching-for-turbo@v2.3.0
58
+ uses: rharkor/caching-for-turbo@v2.2.1
59
59
  ```
60
60
 
61
61
  This GitHub Action facilitates:
@@ -201,7 +201,7 @@ Example S3 configuration:
201
201
 
202
202
  ```yaml
203
203
  - name: Cache for Turbo
204
- uses: rharkor/caching-for-turbo@v2.3.0
204
+ uses: rharkor/caching-for-turbo@v2.2.1
205
205
  with:
206
206
  provider: s3
207
207
  s3-bucket: my-turbo-cache-bucket
@@ -235,7 +235,7 @@ Example with cleanup configuration:
235
235
 
236
236
  ```yaml
237
237
  - name: Cache for Turbo
238
- uses: rharkor/caching-for-turbo@v2.3.0
238
+ uses: rharkor/caching-for-turbo@v2.2.1
239
239
  with:
240
240
  provider: s3
241
241
  s3-bucket: my-turbo-cache-bucket
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rharkor/caching-for-turbo",
3
3
  "description": "Sets up Turborepo Remote Caching to work with GitHub Actions built-in cache",
4
- "version": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/rharkor/caching-for-turbo",
7
7
  "repository": {