Skip to content

Commit 9907839

Browse files
authored
Merge pull request #99 from mrf345/testing
Update workflow actions, and remove deprecated dash option
2 parents 6884507 + 23dce56 commit 9907839

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1515

1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-go@v4
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-go@v5
1919
with:
2020
go-version: '>=1.18.1'
2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: 'pip'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33

44
[tool:pytest]
55
addopts = --verbose --cov='./flask_minify'

0 commit comments

Comments
 (0)