summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-03-14 20:42:49 +0100
committerGitHub <noreply@github.com>2021-03-14 20:42:49 +0100
commit3945b82808023f76227a29e2a5b5f451ccb4ad3f (patch)
treeb3a902993d35b82fbdc3ee604810aef6ed6e263c /.github
parentd09acd0974847314278e18c92db13950555e0ae9 (diff)
downloadisort-3945b82808023f76227a29e2a5b5f451ccb4ad3f.tar.gz
GitHub Actions: Upgrade actions/cache
https://github.com/actions/cache/releases
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 06780574..857fb209 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: pip cache
- uses: actions/cache@v1
+ uses: actions/cache@v2
with:
path: ~/.cache/pip
key: lint-pip-${{ hashFiles('**/pyproject.toml') }}