Browse Source

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

Bump actions/cache from 2 to 3
Kim Kulling 3 years ago
parent
commit
44fad544e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ccpp.yml

+ 1 - 1
.github/workflows/ccpp.yml

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