diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b675b6..34aa603 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,6 @@ jobs: ENGINE_VERSION: [5.3.0, 5.4.0, 5.5.0, 5.6.1, latest] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: test run: docker-compose up --exit-code-from sut