From 30afbc4f400a9bf59c95ecaac74daa84aaf054b2 Mon Sep 17 00:00:00 2001 From: Myer Nore Date: Wed, 12 Jul 2023 17:06:38 -0400 Subject: [PATCH] bump actions to cache@v3 mn/#3-support-latest-elasticsearch-dsl-6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0e9be7..37e0697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache Pip Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/test.txt') }}