Skip to content

Commit 4091134

Browse files
committed
CI: Bump actions
1 parent fd9c51d commit 4091134

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
python:
28-
- '3.13'
28+
- '3.14'
2929
arch:
3030
- 'x64'
3131
steps:

.github/workflows/ci-syntax-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- build: latest
4040
default_packages: master
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
- uses: SublimeText/syntax-test-action@v2
4444
with:
4545
build: ${{ matrix.build }}

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: '3.13'
23+
python-version: '3.14'
2424
- name: Install MkDocs
2525
run: pip install -r docs/requirements.txt
2626
- name: Run MkDocs

0 commit comments

Comments
 (0)