upgrade cache action from v2 to v3

This commit is contained in:
Fabian Neumann 2023-02-15 10:29:34 +01:00
parent 6d467b7133
commit cac98dc8e9

View File

@ -81,7 +81,7 @@ jobs:
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
- name: Create environment cache - name: Create environment cache
uses: actions/cache@v2 uses: actions/cache@v3
id: cache id: cache
with: with:
path: ${{ matrix.prefix }} path: ${{ matrix.prefix }}