From 980323ee206f1dcb65f2a0ab781b29d2e50c68ea Mon Sep 17 00:00:00 2001 From: Athozus Date: Sun, 2 Apr 2023 14:54:29 +0200 Subject: [PATCH] Upgrade actions/checkout from v2 to v3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1939cb6..2af8435 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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