From 9e326ebed976843c9932b3aa0e021c6f50310eb4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 27 Sep 2024 11:26:25 +0200 Subject: [PATCH] prepare version 0.0.6 --- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6b9bcde..89e51b0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Just copy and paste the following in your GitHub action: ``` - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 ``` ### Conditionally run cache and enable it @@ -24,7 +24,7 @@ Just copy and paste the following in your GitHub action: ``` - name: Run sccache-cache only on non-release runs if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Set Rust caching env vars only on non-release runs if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' run: | @@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action: ``` - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 with: version: "v0.7.4" ``` @@ -92,7 +92,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c ``` - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 with: token: ${{ secrets.MY_GITHUB_TOKEN }} ``` diff --git a/package-lock.json b/package-lock.json index e763314..e5ef9e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sccache-action", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sccache-action", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 1a074f0..5a1d995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sccache-action", - "version": "0.0.5", + "version": "0.0.6", "description": "Github Action for Sccache", "main": "dist/setup/index.js", "engines": {