From 306f07f1370cd01de6c31177b3ed351ca342e5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:31:43 +0000 Subject: [PATCH] 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] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ab1f8c..bc85e36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: run: docker-compose pull working-directory: addons/godot_xterm/native - 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 - name: Build godot-cpp bindings if: steps.cache-submodules.outputs.cache-hit != 'true'