Skip to content

Commit

Permalink
Merge pull request #13 from equipez/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
zaikunzhang authored Sep 8, 2023
2 parents 428159f + adbd3a2 commit 82b2f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Cache MATLAB
id: cache-matlab
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ${{ runner.tool_cache }}/MATLAB
key: ${{ matrix.os }}-${{ matrix.matlab }}
Expand Down

0 comments on commit 82b2f7b

Please sign in to comment.