Upgrade actions/checkout from v2 to v3
This commit is contained in:
parent
07003275a6
commit
980323ee20
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
||||
ENGINE_VERSION: [5.0.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.5.0, latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: test
|
||||
run: docker-compose up --exit-code-from sut
|
||||
|
Loading…
Reference in New Issue
Block a user