mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-09-07 02:47:29 +00:00
bump actions/cache to 3.0.1
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: Load cached Poetry installation
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: ~/.local
|
||||
key: poetry-0
|
||||
|
Reference in New Issue
Block a user