From bfde186aa027708a1d8371c4e424985ea617d350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 08:36:32 +0200 Subject: [PATCH] build(deps): bump actions/cache from 1 to 2.1.6 (#1352) --- .github/workflows/ci-main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index ba7829d7c..079036a94 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -24,7 +24,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -42,7 +42,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -60,7 +60,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -78,7 +78,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -112,7 +112,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -135,7 +135,7 @@ jobs: cp authentik/lib/default.yml local.env.yml git checkout $(git describe --abbrev=0 --match 'version/*') - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -160,7 +160,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -189,7 +189,7 @@ jobs: with: python-version: '3.9' - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -228,7 +228,7 @@ jobs: with: domain: ${{github.repository_owner}} - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -239,7 +239,7 @@ jobs: scripts/ci_prepare.sh docker-compose -f tests/e2e/ci.docker-compose.yml up -d - id: cache-web - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: web/dist key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'web/**') }}