diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 009f90a..4386109 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest name: Testing streamr-docker-dev-action steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - uses: ./ - run: curl -v http://localhost/api/v1/products shell: bash