Merge branch 'master' into dependabot/github_actions/actions/checkout-3

This commit is contained in:
Kim Kulling
2022-07-06 13:40:51 +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