From ba9c1aebd72b35d37c6e0c3e9f9e1e1ab54dbbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:23:12 +0000 Subject: [PATCH] build(deps): bump eviden-actions/get-playwright-version Bumps [eviden-actions/get-playwright-version](https://github.com/eviden-actions/get-playwright-version) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/eviden-actions/get-playwright-version/releases) - [Changelog](https://github.com/atos-actions/get-playwright-version/blob/main/CHANGELOG.md) - [Commits](https://github.com/eviden-actions/get-playwright-version/compare/ab1672f30689371f9179a844399c7ef97c7d6914...fba64b898a342ac568d97da868810cef98319974) --- updated-dependencies: - dependency-name: eviden-actions/get-playwright-version dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yaml | 4 ++-- .github/workflows/test-e2e.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 4618dd84273..ff971d3161d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -124,7 +124,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/init-env-node - id: get_playwright_version - uses: eviden-actions/get-playwright-version@ab1672f30689371f9179a844399c7ef97c7d6914 # v1 + uses: eviden-actions/get-playwright-version@fba64b898a342ac568d97da868810cef98319974 # v1 - name: Cache playwright binaries uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: playwright-cache @@ -698,7 +698,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/init-env-node - id: get_playwright_version - uses: eviden-actions/get-playwright-version@ab1672f30689371f9179a844399c7ef97c7d6914 # v1 + uses: eviden-actions/get-playwright-version@fba64b898a342ac568d97da868810cef98319974 # v1 - name: cache playwright binaries uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: playwright-cache diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 9478fd5882e..511ef51b430 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -158,7 +158,7 @@ jobs: - name: Setup node environment uses: ./.github/actions/init-env-node - id: get_playwright_version - uses: eviden-actions/get-playwright-version@ab1672f30689371f9179a844399c7ef97c7d6914 # v1 + uses: eviden-actions/get-playwright-version@fba64b898a342ac568d97da868810cef98319974 # v1 - name: Cache playwright binaries uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: playwright-cache