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 40
40
exclude :
41
41
- os : macos-latest
42
42
toolchain : {compiler: intel}
43
+ - os : macos-latest
44
+ toolchain : {compiler: intel-classic}
43
45
- os : macos-latest
44
46
toolchain : {compiler: nvidia-hpc}
45
47
- os : windows-latest
Original file line number Diff line number Diff line change 58
58
else
59
59
echo "install=true" >> $GITHUB_OUTPUT
60
60
fi
61
- - uses : mamba-org/setup-micromamba@v1
61
+ - uses : mamba-org/setup-micromamba@v2.0.6
62
62
if : runner.os == 'macOS' && contains(inputs.compiler, 'lfortran') && steps.check-umamba.outputs.install == 'true'
63
63
with :
64
64
init-shell : bash
@@ -140,4 +140,4 @@ runs:
140
140
141
141
- name : Setup MSVC toolchain (Windows)
142
142
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