summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-01-28 22:25:01 +1300
committerGitHub <noreply@github.com>2024-01-28 22:25:01 +1300
commit6b7a3510f2c6022912c9aa39e6a77d4c861755bf (patch)
treef6667bdefcf27187e84f5a9c74f25a75fd2ec5c5
parent3494614fcb6d11a1d6eead1808da4546be4884cb (diff)
parent238c97f71ef0d76c677b3dafea6e8f94893d0018 (diff)
downloadqutebrowser-6b7a3510f2c6022912c9aa39e6a77d4c861755bf.tar.gz
qutebrowser-6b7a3510f2c6022912c9aa39e6a77d4c861755bf.zip
Merge pull request #8080 from qutebrowser/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fe1bbefe7..732ce4b07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
with:
path: |
.mypy_cache
@@ -184,7 +184,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
with:
path: |
.mypy_cache