Skip to content

Commit 73896e7

Browse files
Merge pull request #7 from cylc/main
sync
2 parents 67792b1 + a712a02 commit 73896e7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
labels:
13+
- 'dependencies'

.github/workflows/test_cylc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Setup Mamba
2525
if: ${{ matrix.micromamba_installed }} == true
26-
uses: mamba-org/setup-micromamba@v1
26+
uses: mamba-org/setup-micromamba@v2
2727

2828
- name: Setup Cylc
2929
uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
# install micromamba if necessary
2323
- name: Install Mamba
2424
if: steps.check_mamba.outcome == 'failure'
25-
uses: mamba-org/setup-micromamba@v1
25+
uses: mamba-org/setup-micromamba@v2
2626
with:
2727
init-shell: bash
2828
post-cleanup: 'all'

0 commit comments

Comments
 (0)