Skip to content

Commit

Permalink
tries fixing cache handling
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 24, 2024
1 parent e0fa8db commit 2f84588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Cache Sqlite
id: cache-sqlite
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.ceurws
key: ceurws
Expand All @@ -44,7 +44,7 @@ jobs:
- name: save Sqlite
id: saveSqlite
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ~/.ceurws
key: ceurws

0 comments on commit 2f84588

Please sign in to comment.