Skip to content

Commit b1da760

Browse files
change dependabot target branch (#1372)
* Bump pypa/cibuildwheel from 2.23.0 to 2.23.2 (#1367) * Bump actions/download-artifact from 4.1.9 to 4.2.1 (#1368) * change dependabot target branch --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a8d9b7 commit b1da760

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: "/"
5+
target-branch: dev
56
schedule:
67
interval: monthly
78
time: "13:00"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Checkout
9999
uses: actions/checkout@v4
100100
- name: Download artifact
101-
uses: actions/download-artifact@v4.1.9
101+
uses: actions/download-artifact@v4.2.1
102102
with:
103103
# Artifact name
104104
name: docs_output # optional

.github/workflows/wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cache-key: ${{ matrix.os }}
7070

7171
- name: Build wheels
72-
uses: pypa/cibuildwheel@v2.23.0
72+
uses: pypa/cibuildwheel@v2.23.2
7373

7474
- name: Upload Wheels
7575
uses: actions/upload-artifact@v4
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Build wheels
96-
uses: pypa/cibuildwheel@v2.23.0
96+
uses: pypa/cibuildwheel@v2.23.2
9797

9898
- name: Upload Wheels
9999
uses: actions/upload-artifact@v4
@@ -117,7 +117,7 @@ jobs:
117117
- name: Checkout
118118
uses: actions/checkout@v4
119119
- name: Download sdist
120-
uses: actions/download-artifact@v4.1.9
120+
uses: actions/download-artifact@v4.2.1
121121
with:
122122
name: sdist
123123
- name: Set up Python
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
access_token: ${{ secrets.GITHUB_TOKEN }}
161161
- name: Download sdist
162-
uses: actions/download-artifact@v4.1.9
162+
uses: actions/download-artifact@v4.2.1
163163
with:
164164
name: linux-wheels
165165
- uses: actions/setup-python@v5
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
access_token: ${{ secrets.GITHUB_TOKEN }}
190190
- name: Download sdist
191-
uses: actions/download-artifact@v4.1.9
191+
uses: actions/download-artifact@v4.2.1
192192
with:
193193
name: ${{ matrix.os }}-wheels
194194
- uses: actions/setup-python@v5
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
access_token: ${{ secrets.GITHUB_TOKEN }}
215215
- name: Download all
216-
uses: actions/download-artifact@v4.1.9
216+
uses: actions/download-artifact@v4.2.1
217217
- name: Move to dist
218218
run: |
219219
mkdir dist

0 commit comments

Comments
 (0)