Merge pull request #4612 from assimp/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
This commit is contained in:
Kim Kulling
2022-07-06 13:40:40 +02:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ jobs:
- name: Cache DX SDK
id: dxcache
if: contains(matrix.name, 'windows')
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '${{ github.workspace }}/DX_SDK'
key: ${{ runner.os }}-DX_SDK