Skip to content

Commit cc8618a

Browse files
authored
Merge pull request #368 from Unidata/dependabot/github_actions/github-actions-dbe5ca724e
Bump the github-actions group with 3 updates
2 parents 94b1934 + 11731cd commit cc8618a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
arch: x86_64
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535

@@ -56,7 +56,7 @@ jobs:
5656
echo "Setting CIBW_SKIP=$CIBW_SKIP"
5757
5858
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
59-
uses: pypa/cibuildwheel@v3.0.1
59+
uses: pypa/cibuildwheel@v3.1.3
6060
env:
6161
# Skips pypy py36,37,38
6262
CIBW_SKIP: ${{ env.CIBW_SKIP }}
@@ -82,7 +82,7 @@ jobs:
8282
name: Build source distribution
8383
runs-on: ubuntu-22.04
8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686
with:
8787
fetch-depth: 0
8888

@@ -101,7 +101,7 @@ jobs:
101101
name: "Show artifacts"
102102
runs-on: ubuntu-22.04
103103
steps:
104-
- uses: actions/download-artifact@v4
104+
- uses: actions/download-artifact@v5
105105
with:
106106
pattern: pypi-artifacts*
107107
path: ${{ github.workspace }}/dist
@@ -119,7 +119,7 @@ jobs:
119119
# upload to PyPI for every tag starting with 'v'
120120
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
121121
steps:
122-
- uses: actions/download-artifact@v4
122+
- uses: actions/download-artifact@v5
123123
with:
124124
pattern: pypi-artifacts*
125125
path: ${{ github.workspace }}/dist

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/tests_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
experimental: true
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Setup micromamba Env
3131
uses: mamba-org/setup-micromamba@v2

.github/workflows/tests_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
python-version: ["3.14.0b.1"]
1010
steps:
1111

12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)