Skip to content

Commit a621ee3

Browse files
authored
Update to Node24 version of actions (#28)
1 parent fb170b8 commit a621ee3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v5
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-python@v6
1313
with:
14-
python-version: 3.9
14+
python-version: 3.13
1515
- name: Black
1616
run: |
1717
pip install black
@@ -31,11 +31,11 @@ jobs:
3131
sphinx-version: '5.*'
3232
name: "Test Extension - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
- name: Setup Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install dependencies
@@ -58,9 +58,9 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: Set up Python
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v6
6262
with:
63-
python-version: '3.9'
63+
python-version: '3.13'
6464
- name: Install Dependencies
6565
run: |
6666
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)