Bump Dashcam version to 1.4.13-beta.3 - #15
Merged
Conversation
Agent-Logs-Url: https://github.com/testdriverai/action-dashcam/sessions/df398ba3-0359-471b-a12e-3d027f9cb7c3 Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ianjennings
May 11, 2026 20:03
View session
ianjennings
marked this pull request as ready for review
May 11, 2026 20:03
There was a problem hiding this comment.
Pull request overview
Updates the Dashcam GUI version referenced by this action’s documentation and validation workflow so CI and examples install 1.4.13-beta.3 instead of 1.0.49.
Changes:
- Bump Dashcam
versionin.github/workflows/pull_request_validation.yml(Windows + macOS jobs). - Update the README usage example to use
version: "1.4.13-beta.3".
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates the example Dashcam GUI version used in the install step. |
| .github/workflows/pull_request_validation.yml | Updates the validation workflow to install the newer Dashcam GUI version on Windows and macOS. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
14
to
+15
| with: | ||
| version: "1.0.49" # See releases here: https://github.com/replayableio/replayable/releases | ||
| version: "1.4.13-beta.3" # See releases here: https://github.com/replayableio/replayable/releases |
…stdriverai/action-dashcam into copilot/update-dashcam-to-1413-beta-3
…stdriverai/action-dashcam into copilot/update-dashcam-to-1413-beta-3
…stdriverai/action-dashcam into copilot/update-dashcam-to-1413-beta-3
…stdriverai/action-dashcam into copilot/update-dashcam-to-1413-beta-3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Dashcam GUI version consumed by this action from
1.0.49to1.4.13-beta.3.versioninput in both the Windows and macOS jobs of.github/workflows/pull_request_validation.yml.versionvalue in the usage example.Need help on this PR? Tag
@codesmithwith what you need.