diff options
| author | selsta <selsta@sent.at> | 2022-04-22 05:19:30 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-04-22 05:19:30 +0200 |
| commit | 46eba838f540717114fe33b2e4c1d7bc3367ac8d (patch) | |
| tree | eef01d4dbe59257282f7f2c4e6a4726bb7b0a148 /.github | |
| parent | b31cc36de2cc612060b2db63f42a5af42756a719 (diff) | |
| download | monzero-gui-46eba838f540717114fe33b2e4c1d7bc3367ac8d.tar.gz monzero-gui-46eba838f540717114fe33b2e4c1d7bc3367ac8d.tar.xz monzero-gui-46eba838f540717114fe33b2e4c1d7bc3367ac8d.zip | |
workflows: action-docker-layer-caching v0.0.11
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a6fc870..af00f6b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - uses: satackey/action-docker-layer-caching@v0.0.10 + - uses: satackey/action-docker-layer-caching@v0.0.11 if: "!startsWith(github.ref, 'refs/tags/v')" continue-on-error: true with: @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - uses: satackey/action-docker-layer-caching@v0.0.10 + - uses: satackey/action-docker-layer-caching@v0.0.11 if: "!startsWith(github.ref, 'refs/tags/v')" continue-on-error: true with: |
