Skip to content

Commit

Permalink
bump docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosb committed Nov 23, 2023
1 parent 461cc18 commit 118f4a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ outputs:
description: "Cypress unit tests JSON results in base64 format."
runs:
using: "docker"
image: "docker://betrybe/cypress-evaluator-action:v8.2"
image: "docker://betrybe/cypress-evaluator-action:v9.0"
args:
- ${{ inputs.npm-start }}
- ${{ inputs.headless }}
- ${{ inputs.browser }}
- ${{ inputs.json-server }}
- ${{ inputs.json-server-port }}
- ${{ inputs.json-server-db }}

0 comments on commit 118f4a7

Please sign in to comment.