summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-03-14 20:46:35 +0100
committerGitHub <noreply@github.com>2021-03-14 20:46:35 +0100
commit4299df9a8025846bef685324cb9c2fbbfd4ff999 (patch)
tree5ea134bca648d955875d7f5a2ffc58fd636fc201
parent215ee2097e25202e699f6ecd8ba1056ff08b3049 (diff)
downloadisort-4299df9a8025846bef685324cb9c2fbbfd4ff999.tar.gz
Update test.yml
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ef93a1ee..1238f7ff 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ubuntu cache
- uses: actions/cache@v1
+ uses: actions/cache@v2
if: startsWith(matrix.os, 'ubuntu')
with:
path: ~/.cache/pip
@@ -24,7 +24,7 @@ jobs:
${{ matrix.os }}-${{ matrix.python-version }}-
- name: macOS cache
- uses: actions/cache@v1
+ uses: actions/cache@v2
if: startsWith(matrix.os, 'macOS')
with:
path: ~/Library/Caches/pip
@@ -34,7 +34,7 @@ jobs:
${{ matrix.os }}-${{ matrix.python-version }}-
- name: Windows cache
- uses: actions/cache@v1
+ uses: actions/cache@v2
if: startsWith(matrix.os, 'windows')
with:
path: c:\users\runneradmin\appdata\local\pip\cache
@@ -44,7 +44,7 @@ jobs:
${{ matrix.os }}-${{ matrix.python-version }}-
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}