1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-02-01 12:28:29 +00:00

bump actions/cache to 3.0.1

This commit is contained in:
Dmitry Belyaev 2022-04-05 12:37:02 +03:00
parent 6411241a9a
commit 25670a61ba
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Upgrade pip - name: Upgrade pip
run: python -m pip install --upgrade pip run: python -m pip install --upgrade pip
- name: Load cached Poetry installation - name: Load cached Poetry installation
uses: actions/cache@v2 uses: actions/cache@v3.0.1
with: with:
path: ~/.local path: ~/.local
key: poetry-0 key: poetry-0

View File

@ -16,7 +16,7 @@ jobs:
- name: Upgrade pip - name: Upgrade pip
run: python -m pip install --upgrade pip run: python -m pip install --upgrade pip
- name: Load cached Poetry installation - name: Load cached Poetry installation
uses: actions/cache@v2 uses: actions/cache@v3.0.1
with: with:
path: ~/.local path: ~/.local
key: poetry-0 key: poetry-0