mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
update to 0.0.2
This commit is contained in:
@@ -11,13 +11,13 @@ Just copy and paste the following in your GitHub action:
|
|||||||
```
|
```
|
||||||
# Using the latest version of sccache
|
# Using the latest version of sccache
|
||||||
- name: Run sccache-cache
|
- 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
|
# Specify a given version of sccache
|
||||||
- name: Run sccache-cache
|
- name: Run sccache-cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.1
|
uses: mozilla-actions/sccache-action@v0.0.2
|
||||||
with:
|
with:
|
||||||
version: "v0.3.3"
|
version: "v0.3.3"
|
||||||
```
|
```
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "sccache-action",
|
"name": "sccache-action",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "sccache-action",
|
"name": "sccache-action",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sccache-action",
|
"name": "sccache-action",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Github Action for Sccache",
|
"description": "Github Action for Sccache",
|
||||||
"main": "dist/setup/index.js",
|
"main": "dist/setup/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user