diff --git a/README.md b/README.md index 0f72c8c..1bb52a7 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Just copy and paste the following in your GitHub action: ``` # Using the latest version of sccache - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.1 + uses: mozilla-actions/sccache-action@v0.0.2 ``` ``` # Specify a given version of sccache - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.1 + uses: mozilla-actions/sccache-action@v0.0.2 with: version: "v0.3.3" ``` diff --git a/package-lock.json b/package-lock.json index 2bc95ab..c7438df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sccache-action", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sccache-action", - "version": "0.0.1", + "version": "0.0.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ab911a0..e995c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sccache-action", - "version": "0.0.1", + "version": "0.0.2", "description": "Github Action for Sccache", "main": "dist/setup/index.js", "scripts": {