Skip to content

Commit

Permalink
Merge pull request #350 from Unidata/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-dfee873fd8

Bump the github-actions group with 2 updates
  • Loading branch information
jswhit authored Oct 9, 2024
2 parents f580041 + c404c83 commit ae7c1b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "Setting CIBW_SKIP=$CIBW_SKIP"
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.2
env:
# Skips pypy py36,37
CIBW_SKIP: ${{ env.CIBW_SKIP }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup Mamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
create-args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup micromamba Env
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
create-args: >-
Expand Down

0 comments on commit ae7c1b8

Please sign in to comment.