Skip to content

Commit 84ad249

Browse files
authored
ci: bump github actions versions (#2427)
1 parent 3658e32 commit 84ad249

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v5
18+
- uses: actions/setup-python@v6
19+
with:
20+
python-version: "3.13"
1921
# Ref: https://github.com/pre-commit/action
2022
- uses: pre-commit/[email protected]
2123

@@ -26,9 +28,9 @@ jobs:
2628
python-version: ["3.10", "3.11", "3.12", "3.13"]
2729

2830
steps:
29-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3032
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3234
with:
3335
python-version: ${{ matrix.python-version }}
3436
- name: Install dependencies

0 commit comments

Comments
 (0)