From 2e564871794d17baeed1b7ddd239c39a879397da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:14:34 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 3.2 to 3.3 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 3.2 to 3.3. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v3.2...v3.3) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: '3.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs_code_snippets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs_code_snippets.yml b/.github/workflows/docs_code_snippets.yml index bb26e5616..cbe8dff34 100644 --- a/.github/workflows/docs_code_snippets.yml +++ b/.github/workflows/docs_code_snippets.yml @@ -91,11 +91,11 @@ jobs: with: release: R2024b cache: true - - uses: matlab-actions/run-command@v3.2 + - uses: matlab-actions/run-command@v3.3 with: command: docs_code - run: sed -i -e 's/CPU/GPU/g' docs_code.m - - uses: matlab-actions/run-command@v3.2 + - uses: matlab-actions/run-command@v3.3 with: command: docs_code