diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96f4e040..c4ab2574 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -161,11 +161,12 @@ jobs: run: php -S 0.0.0.0:8080 & - name: Connect to sauce - uses: saucelabs/sauce-connect-action@55139e517d661df9be6c05509aeb6bae38fa7a50 # v2.3.7 + uses: saucelabs/sauce-connect-action@fc54c8b087f2b4b6d4ccc42a2d4bbc64795dfde2 # v3.0.0 with: username: ${{ secrets.SAUCE_USERNAME }} accessKey: ${{ secrets.SAUCE_ACCESS_KEY }} tunnelIdentifier: "${{ github.run_id }}-${{ matrix.nextcloud-version }}-php${{ matrix.php-version }}-${{ matrix.browser }}" + region: eu - name: Run tests working-directory: nextcloud/apps/twofactor_totp