From 406cfff3112c9ac63f3c5784c09e443e6803db56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:33:43 +0000 Subject: [PATCH] Bump saucelabs/sauce-connect-action from 2.3.4 to 2.3.5 Bumps [saucelabs/sauce-connect-action](https://github.com/saucelabs/sauce-connect-action) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/saucelabs/sauce-connect-action/releases) - [Changelog](https://github.com/saucelabs/sauce-connect-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/saucelabs/sauce-connect-action/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: saucelabs/sauce-connect-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/saucelabs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/saucelabs.yml b/.github/workflows/saucelabs.yml index 7345dc9f..94d1d367 100644 --- a/.github/workflows/saucelabs.yml +++ b/.github/workflows/saucelabs.yml @@ -28,7 +28,7 @@ jobs: - name: Install @openui5/sap.ui.core@1.71.x run: npm install -D @openui5/sap.ui.core@1.71.x - name: Start sauce-connect - uses: saucelabs/sauce-connect-action@v2.3.4 + uses: saucelabs/sauce-connect-action@v2.3.5 with: username: ${{ secrets.SAUCE_USERNAME }} accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}