From 089dd5b4d76b84eb8110b794475fe46ab7388662 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 19 Oct 2022 07:38:44 -0500 Subject: [PATCH] Update github cache action version --- .github/workflows/main_matrix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 2586ba5cc..bde9c4089 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -62,7 +62,7 @@ jobs: python-version: 3.x - name: Cache python libs - uses: actions/cache@v1 + uses: actions/cache@v3 id: cache-pip # needed in if test with: path: ~/.cache/pip @@ -117,7 +117,7 @@ jobs: python-version: 3.x - name: Cache python libs - uses: actions/cache@v1 + uses: actions/cache@v3 id: cache-pip # needed in if test with: path: ~/.cache/pip @@ -195,7 +195,7 @@ jobs: python-version: 3.x - name: Cache python libs - uses: actions/cache@v1 + uses: actions/cache@v3 id: cache-pip # needed in if test with: path: ~/.cache/pip @@ -250,7 +250,7 @@ jobs: python-version: 3.x - name: Cache python libs - uses: actions/cache@v1 + uses: actions/cache@v3 id: cache-pip # needed in if test with: path: ~/.cache/pip @@ -297,7 +297,7 @@ jobs: python-version: 3.x - name: Cache python libs - uses: actions/cache@v1 + uses: actions/cache@v3 id: cache-pip # needed in if test with: path: ~/.cache/pip