File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /" # Location of package manifests
6+ schedule :
7+ interval : " daily"
Original file line number Diff line number Diff line change 4040 exclude :
4141 - os : macos-latest
4242 toolchain : {compiler: intel}
43+ - os : macos-latest
44+ toolchain : {compiler: intel-classic}
4345 - os : macos-latest
4446 toolchain : {compiler: nvidia-hpc}
4547 - os : windows-latest
Original file line number Diff line number Diff line change 5858 else
5959 echo "install=true" >> $GITHUB_OUTPUT
6060 fi
61- - uses : mamba-org/setup-micromamba@v1
61+ - uses : mamba-org/setup-micromamba@v2.0.6
6262 if : runner.os == 'macOS' && contains(inputs.compiler, 'lfortran') && steps.check-umamba.outputs.install == 'true'
6363 with :
6464 init-shell : bash
@@ -140,4 +140,4 @@ runs:
140140
141141 - name : Setup MSVC toolchain (Windows)
142142 if : runner.os == 'Windows' && contains(inputs.compiler, 'lfortran')
143- uses : ilammy/msvc-dev-cmd@v1
143+ uses : ilammy/msvc-dev-cmd@v1.13.0
You can’t perform that action at this time.
0 commit comments