diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367a578..0337ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up MATLAB on a GitHub-hosted runner - name: Set up MATLAB diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e19777..d94b5c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Release uses: softprops/action-gh-release@v2 with: