Skip to content

Commit 6eb7e0a

Browse files
authored
Update GitHub Actions to use latest versions
1 parent 367f171 commit 6eb7e0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929
- name: Check out repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Cache MATLAB build files
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
key: matlab-buildtool
3636
path: |

0 commit comments

Comments
 (0)