Skip to content

Commit 5ccb3bb

Browse files
author
Jeff Whitaker
authored
Merge pull request Unidata#1369 from Unidata/dependabot/github_actions/github-actions-dfee873fd8
Bump the github-actions group across 1 directory with 2 updates
2 parents 188cc6c + 6e11ed9 commit 5ccb3bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "Setting CIBW_SKIP=$CIBW_SKIP"
9393
9494
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95-
uses: pypa/[email protected].1
95+
uses: pypa/[email protected].2
9696
env:
9797
CIBW_SKIP: ${{ env.CIBW_SKIP }}
9898
CIBW_ARCHS: ${{ matrix.arch }}
@@ -135,7 +135,7 @@ jobs:
135135
python-version: 3.x
136136

137137
- name: Setup Micromamba Python ${{ matrix.python-version }}
138-
uses: mamba-org/setup-micromamba@v1
138+
uses: mamba-org/setup-micromamba@v2
139139
with:
140140
environment-name: build
141141
init-shell: bash

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: true
3030

3131
- name: Setup Micromamba
32-
uses: mamba-org/setup-micromamba@v1
32+
uses: mamba-org/setup-micromamba@v2
3333
with:
3434
environment-name: TEST
3535
init-shell: bash
@@ -63,7 +63,7 @@ jobs:
6363
submodules: true
6464

6565
- name: Setup Micromamba
66-
uses: mamba-org/setup-micromamba@v1
66+
uses: mamba-org/setup-micromamba@v2
6767
with:
6868
environment-name: TEST
6969
init-shell: bash

0 commit comments

Comments
 (0)