Skip to content

Commit 64fb8d5

Browse files
authored
Merge pull request #383 from Unidata/dependabot/github_actions/github-actions-be338ab460
Bump the github-actions group with 2 updates
2 parents 683404c + 7d2671c commit 64fb8d5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 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@v5
32+
- uses: actions/checkout@v6
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.2.1
59+
uses: pypa/cibuildwheel@v3.3.0
6060
env:
6161
CIBW_SKIP: ${{ env.CIBW_SKIP }}
6262
CIBW_ARCHS: ${{ matrix.arch }}
@@ -80,7 +80,7 @@ jobs:
8080
name: Build source distribution
8181
runs-on: ubuntu-22.04
8282
steps:
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 0
8686

.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@v5
14+
uses: actions/checkout@v6
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@v5
28+
- uses: actions/checkout@v6
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@v5
12+
- uses: actions/checkout@v6
1313

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

0 commit comments

Comments
 (0)