Skip to content

Commit a29282c

Browse files
Merge pull request #448 from data-apis/dependabot/github_actions/actions-14db7af2f3
Bump actions/setup-python from 6.2.0 to 6.3.0 in the actions group
2 parents 2865123 + de7d049 commit a29282c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@v6.2.0
64+
uses: actions/setup-python@v6.3.0
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@v7.0.0
10-
- uses: actions/setup-python@v6.2.0
10+
- uses: actions/setup-python@v6.3.0
1111
- name: Install Dependencies
1212
run: |
1313
python -m pip install --upgrade pip

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
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@v6.2.0
38+
uses: actions/setup-python@v6.3.0
3939
with:
4040
python-version: '3.x'
4141

.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@v7.0.0
99
- name: Install Python
10-
uses: actions/setup-python@v6.2.0
10+
uses: actions/setup-python@v6.3.0
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
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v7.0.0
31-
- uses: actions/setup-python@v6.2.0
31+
- uses: actions/setup-python@v6.3.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install Dependencies

0 commit comments

Comments
 (0)