@@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Set up Python 3.8
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : " 3.8"
21- - uses : pre-commit/action@v2 .0.0
21+ - uses : pre-commit/action@v3 .0.0
2222
2323 tests :
2424
3939 runs-on : ${{ matrix.os }}
4040
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4343 - name : Set up Python ${{ matrix.python-version }}
44- uses : actions/setup-python@v1
44+ uses : actions/setup-python@v4
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 - name : Install dependencies
5454 coverage xml
5555 - name : Upload to Codecov
5656 if : github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest'
57- uses : codecov/codecov-action@v1
57+ uses : codecov/codecov-action@v3
5858 with :
5959 name : myst-parser-pytests
6060 flags : pytests
7373
7474 steps :
7575 - name : Checkout source
76- uses : actions/checkout@v2
76+ uses : actions/checkout@v3
7777 - name : Set up Python 3.8
78- uses : actions/setup-python@v1
78+ uses : actions/setup-python@v4
7979 with :
8080 python-version : " 3.8"
8181 - name : Install setup
@@ -109,9 +109,9 @@ jobs:
109109 runs-on : ubuntu-latest
110110 steps :
111111 - name : Checkout source
112- uses : actions/checkout@v2
112+ uses : actions/checkout@v3
113113 - name : Set up Python 3.8
114- uses : actions/setup-python@v1
114+ uses : actions/setup-python@v4
115115 with :
116116 python-version : " 3.8"
117117 - name : install flit
@@ -132,9 +132,9 @@ jobs:
132132 runs-on : ubuntu-latest
133133 steps :
134134 - name : Checkout source
135- uses : actions/checkout@v2
135+ uses : actions/checkout@v3
136136 - name : Set up Python 3.8
137- uses : actions/setup-python@v1
137+ uses : actions/setup-python@v4
138138 with :
139139 python-version : " 3.8"
140140 - name : install flit and tomlkit
0 commit comments