Skip to content

Commit 538c24b

Browse files
committed
CI: bump versions of GH actions on CI
1 parent b7ee3d2 commit 538c24b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77

88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.10"
1515
- name: Run pre-commit hook

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
python-version: ["3.10", "3.12", "3.13", "3.14"]
1212
steps:
1313
- name: Checkout array-api-tests
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v6
1515
with:
1616
submodules: 'true'
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)