mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
chore(deps): bump jpribyl/action-docker-layer-caching
Bumps [jpribyl/action-docker-layer-caching](https://github.com/jpribyl/action-docker-layer-caching) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/jpribyl/action-docker-layer-caching/releases) - [Commits](https://github.com/jpribyl/action-docker-layer-caching/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: jpribyl/action-docker-layer-caching dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ad82ae452b
commit
306f07f137
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
run: docker-compose pull
|
run: docker-compose pull
|
||||||
working-directory: addons/godot_xterm/native
|
working-directory: addons/godot_xterm/native
|
||||||
- name: Cache docker image layers
|
- name: Cache docker image layers
|
||||||
uses: jpribyl/action-docker-layer-caching@v0.1.0
|
uses: jpribyl/action-docker-layer-caching@v0.1.1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Build godot-cpp bindings
|
- name: Build godot-cpp bindings
|
||||||
if: steps.cache-submodules.outputs.cache-hit != 'true'
|
if: steps.cache-submodules.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue