Skip to content

Commit c9ca0b6

Browse files
authored
updating version
1 parent 53d7801 commit c9ca0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: self-hosted
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525
- name: Run script
2626
uses: matlab-actions/run-command@v1
2727
with:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Check out repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v3
4646
- name: Set up MATLAB
4747
uses: matlab-actions/setup-matlab@v1
4848
- name: Run commands

0 commit comments

Comments
 (0)