We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367f171 commit 6eb7e0aCopy full SHA for 6eb7e0a
1 file changed
.github/workflows/main.yml
@@ -27,10 +27,10 @@ jobs:
27
steps:
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- name: Check out repo
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
31
32
- name: Cache MATLAB build files
33
- uses: actions/cache@v4
+ uses: actions/cache@v5
34
with:
35
key: matlab-buildtool
36
path: |
0 commit comments