From 874699bade360d998b7c107b346db759ae68379a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 10:06:36 +0000 Subject: [PATCH] chore(deps): update dependency win to v5.1.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e310f4c..8141ec0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 orbs: # https://github.com/cypress-io/circleci-orb cypress: cypress-io/cypress@3.0.0 # used to run e2e tests - win: circleci/windows@5.0.0 # run a test job on Windows + win: circleci/windows@5.1.0 # run a test job on Windows jobs: lint: