Skip to content

Commit c509ea1

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-7
2 parents c7c6955 + 780892c commit c509ea1

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: "3.10"
1818

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: "3.11"
2727
cache: pip

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: '3.10'
2727
- uses: pre-commit/action@v3.0.1
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v7
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
allow-prereleases: true
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v4
7373
- name: Set up Python ${{ matrix.python-version }}
74-
uses: actions/setup-python@v5
74+
uses: actions/setup-python@v7
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777
- name: Install markdown-it-py
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v4
9393

9494
- name: Set up Python
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v7
9696
with:
9797
python-version: '3.10'
9898

@@ -124,7 +124,7 @@ jobs:
124124
url: https://pypi.org/p/markdown-it-py
125125
steps:
126126
- uses: actions/checkout@v4
127-
- uses: actions/setup-python@v5
127+
- uses: actions/setup-python@v7
128128
with:
129129
python-version: '3.10'
130130
- run: pip install flit~=3.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.4,<4"]
2+
requires = ["flit_core >=3.4,<5"]
33
build-backend = "flit_core.buildapi"
44

55
[project]

0 commit comments

Comments
 (0)