Skip to content

Commit a170247

Browse files
authored
ci: pin 3rd party action dependencies, setup dependabot (#147)
as suggested in #146. and one more readme fix noted in #133
1 parent d3b43d9 commit a170247

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
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

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
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

0 commit comments

Comments
 (0)