From 84522d24ed877c88883f94357cd1a9c31de2eff3 Mon Sep 17 00:00:00 2001 From: Alana McKenzie Date: Wed, 1 Nov 2023 15:00:32 -0700 Subject: [PATCH] set sc default version to 4.9.2 --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8164f27..f2399f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [2.3.6] - 2023-11-01 + +### Changed +- update to Sauce Connect `v4.9.2` + + ## [2.3.5] - 2023-05-14 ### Changed diff --git a/action.yml b/action.yml index 4279178..de04b12 100644 --- a/action.yml +++ b/action.yml @@ -93,7 +93,7 @@ inputs: scVersion: description: Version of the saucelabs/sauce-connect docker image. required: false - default: '4.9.1' + default: '4.9.2' retryTimeout: description: Do not retry if this amount of minutes has passed since starting. required: false