From 5890d6fd4036cf6ac587df129779e263bde2e83c Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Tue, 6 May 2025 17:58:30 -0500 Subject: [PATCH] ci(version-bump): resolved warning for deprecate feature (#3771) Signed-off-by: Andre Wanlin --- .github/workflows/version-bump.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 91784cc6c..0fd575638 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -59,7 +59,7 @@ jobs: - name: find location of global yarn cache id: yarn-cache if: steps.cache-modules.outputs.cache-hit != 'true' - run: echo "::set-output name=dir::$(yarn config get cacheFolder)" + run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: cache global yarn cache uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 if: steps.cache-modules.outputs.cache-hit != 'true' @@ -97,7 +97,7 @@ jobs: YARN_ENABLE_IMMUTABLE_INSTALLS: false - name: Run dedupe working-directory: ./workspaces/${{ matrix.workspace }} - run: yarn dedupe + run: yarn dedupe - name: 'Check for changes' id: check_for_changes run: |