@rharkor/caching-for-turbo 2.3.12 → 2.3.13

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
@@ -98,7 +98,7 @@ the following step **before** you run `turbo build`:
98
98
 
99
99
  ```yaml
100
100
  - name: Cache for Turbo
101
- uses: rharkor/caching-for-turbo@v2.2.1
101
+ uses: rharkor/caching-for-turbo@v2.3.12
102
102
  ```
103
103
 
104
104
  This GitHub Action facilitates:
@@ -253,7 +253,7 @@ Example S3 configuration:
253
253
 
254
254
  ```yaml
255
255
  - name: Cache for Turbo
256
- uses: rharkor/caching-for-turbo@v2.2.1
256
+ uses: rharkor/caching-for-turbo@v2.3.12
257
257
  with:
258
258
  provider: s3
259
259
  s3-bucket: my-turbo-cache-bucket
@@ -289,7 +289,7 @@ Example with cleanup configuration:
289
289
 
290
290
  ```yaml
291
291
  - name: Cache for Turbo
292
- uses: rharkor/caching-for-turbo@v2.2.1
292
+ uses: rharkor/caching-for-turbo@v2.3.12
293
293
  with:
294
294
  provider: s3
295
295
  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.3.12",
4
+ "version": "2.3.13",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/rharkor/caching-for-turbo",
7
7
  "repository": {