Commit 30450318 authored by Godefroid Chapelle's avatar Godefroid Chapelle

GHA: update action cache version

parent 98b61ef1
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Cache eggs - name: Cache eggs
uses: actions/cache@v1.2.0 uses: actions/cache@v3
with: with:
path: eggs path: eggs
key: ${{ matrix.os }}-${{ matrix.python-version }}-eggs key: ${{ matrix.os }}-${{ matrix.python-version }}-eggs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment