From f90ce55b1efafc2b18128876383426cf45e99a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 06:04:37 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 21fac93..7746ba5 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -33,7 +33,7 @@ jobs: - name: Write the current version to a file run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt" - name: cache docker cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/cache key: ${{ runner.os }}-docker-cpython-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }} @@ -74,7 +74,7 @@ jobs: - name: Write the current version to a file run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt" - name: cache docker cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/cache key: ${{ runner.os }}-docker-pypy-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }} @@ -115,7 +115,7 @@ jobs: - name: Write the current version to a file run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt" - name: cache docker cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/cache key: ${{ runner.os }}-docker-nginx-${{ hashFiles('**/dockerhash.txt') }}