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
commit 422ed5279a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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