Skip to content

Commit 2d617a5

Browse files
authored
chore: manually bumping version of e2e-versions action (#304)
1 parent 86dbe3e commit 2d617a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Resolve Grafana E2E versions
7373
id: resolve-versions
74-
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.0.2
74+
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.1
7575
with:
7676
skip-grafana-dev-image: ${{ inputs.skip-grafana-dev-image }}
7777
version-resolver-type: ${{ inputs.version-resolver-type }}

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Resolve Grafana E2E versions
9191
id: resolve-versions
92-
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.0.2
92+
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.1
9393
with:
9494
skip-grafana-dev-image: ${{ inputs.skip-grafana-dev-image }}
9595
version-resolver-type: ${{ inputs.version-resolver-type }}

0 commit comments

Comments
 (0)