mirror of https://github.com/OpenKMIP/PyKMIP.git
Update git actions to node16 runtime
This commit is contained in:
parent
0cf89ebbcb
commit
6130e18cf1
|
@ -13,7 +13,7 @@ jobs:
|
|||
TOXENV: ${{ matrix.test }}
|
||||
RUN_INTEGRATION_TESTS: ${{ matrix.test_number}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: pip install "tox"
|
||||
- run: pip install bandit
|
||||
- run: pip install codecov
|
||||
|
|
Loading…
Reference in New Issue