We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef3fc62 + a013ac4 commit f579e8aCopy full SHA for f579e8a
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
27
# Sets up MATLAB on a GitHub-hosted runner
28
- name: Set up MATLAB
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
- name: Release
18
uses: softprops/action-gh-release@v2
19
with:
0 commit comments