Skip to content

Commit 5938c3f

Browse files
Merge pull request #352 from data-apis/dependabot/github_actions/actions-3db17593e5
Bump the actions group with 2 updates
2 parents be9eff7 + c2b7a51 commit 5938c3f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: array-api-tests
6262

6363
- name: Set up Python ${{ matrix.python-version }}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v5
10-
- uses: actions/setup-python@v5
10+
- uses: actions/setup-python@v6
1111
- name: Install Dependencies
1212
run: |
1313
python -m pip install .[docs]

.github/workflows/publish-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: '3.x'
4141

@@ -95,14 +95,14 @@ jobs:
9595
# if: >-
9696
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9797
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
98-
# uses: pypa/gh-action-pypi-publish@v1.12.4
98+
# uses: pypa/gh-action-pypi-publish@v1.13.0
9999
# with:
100100
# repository-url: https://test.pypi.org/legacy/
101101
# print-hash: true
102102

103103
- name: Publish distribution 📦 to PyPI
104104
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
105-
uses: pypa/gh-action-pypi-publish@v1.12.4
105+
uses: pypa/gh-action-pypi-publish@v1.13.0
106106
with:
107107
print-hash: true
108108

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v5
99
- name: Install Python
10-
uses: actions/setup-python@v5
10+
uses: actions/setup-python@v6
1111
with:
1212
python-version: "3.11"
1313
- name: Install dependencies

.github/workflows/tests.yml

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

2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install Dependencies

0 commit comments

Comments
 (0)