diff --git a/.github/workflows/setup_mex.yml b/.github/workflows/setup_mex.yml index 2d5caae..f9918cd 100644 --- a/.github/workflows/setup_mex.yml +++ b/.github/workflows/setup_mex.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Set up gfortran on Linux diff --git a/.github/workflows/setup_mex_mingw.yml b/.github/workflows/setup_mex_mingw.yml index 7df2b61..344141c 100644 --- a/.github/workflows/setup_mex_mingw.yml +++ b/.github/workflows/setup_mex_mingw.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 # - name: Remove Visual Studio completely # shell: cmd