We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30d5d7 + e9944c8 commit 0c553fcCopy full SHA for 0c553fc
.github/dependabot.yml
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
44
45
- name: Create and activate env
46
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
47
with:
48
environment-file: environment.yml
49
environment-name: lstio
.github/workflows/release-drafter.yml
@@ -9,6 +9,6 @@ jobs:
9
update_release_draft:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v6
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments