Skip to content

Commit 65663ef

Browse files
authored
Merge pull request #246 from ioos/dependabot/github_actions/github-actions-4c2e4dba1c
Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 in the github-actions group
2 parents 2778c01 + b686d15 commit 65663ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414

1515
- name: Setup Micromamba
16-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 #v1
16+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
1717
with:
1818
environment-name: IOOS
1919
init-shell: bash

.github/workflows/test-env.yml

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

2020
- name: Setup Micromamba
21-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 #v1
21+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
2222
with:
2323
environment-name: IOOS
2424
init-shell: bash

.github/workflows/test_data_access_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212

1313
- name: Setup Micromamba
14-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 #v1
14+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
1515
with:
1616
environment-name: IOOS
1717
init-shell: bash

.github/workflows/test_data_analysis_and_visualization_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212

1313
- name: Setup Micromamba
14-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 #v1
14+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
1515
with:
1616
environment-name: IOOS
1717
init-shell: bash

.github/workflows/test_data_management_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212

1313
- name: Setup Micromamba
14-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 #v1
14+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 #v1
1515
with:
1616
environment-name: IOOS
1717
init-shell: bash

0 commit comments

Comments
 (0)