Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin authored Aug 21, 2023
1 parent 3fe7283 commit c54d37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: Assets/CreateSymbolicLink.sh

#Cache
- uses: actions/cache@v2.2.0
- uses: actions/cache@v1.2.1
with:
path: Library
key: Library-${{ matrix.projectPath }}-${{ matrix.unityVersion }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: Assets/CreateSymbolicLink.sh

#Cache
- uses: actions/cache@v2.2.0
- uses: actions/cache@v1.2.1
with:
path: Library
key: Library-${{ matrix.projectPath }}-${{ matrix.unityVersion }}
Expand Down

0 comments on commit c54d37e

Please sign in to comment.