Skip to content

Commit e0ec1f3

Browse files
authored
Merge pull request #162 from ocefpaf/update_gha
update GHA
2 parents 4dcb9d5 + 85b6156 commit e0ec1f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Micromamba
23-
uses: mamba-org/provision-with-micromamba@main
23+
uses: mamba-org/provision-with-micromamba@v13
2424
with:
2525
environment-file: false
2626

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: "3.x"
2222

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Setup Micromamba
21-
uses: mamba-org/provision-with-micromamba@main
21+
uses: mamba-org/provision-with-micromamba@v13
2222
with:
2323
environment-file: false
2424

0 commit comments

Comments
 (0)