From 2f30ae9c6cee9a8921401fad734629bbcc4497de Mon Sep 17 00:00:00 2001 From: Chris Reed Date: Sun, 18 Dec 2022 14:56:28 -0600 Subject: [PATCH] workflows: ci.yml: increment actions/cache to v3 --- .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 6d9e13dc6..92370f1d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache Python modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}