From c6910e25d23417f508319c14e95e7372ae9df3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 00:33:27 +0000 Subject: [PATCH] chore(deps): Bump NVIDIA/holodeck from 0.2.18 to 0.3.0 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.18 to 0.3.0. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Changelog](https://github.com/NVIDIA/holodeck/blob/main/CHANGELOG.md) - [Commits](https://github.com/nvidia/holodeck/compare/v0.2.18...v0.3.0) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/periodic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic.yaml b/.github/workflows/periodic.yaml index edf535b25..7d13c0094 100644 --- a/.github/workflows/periodic.yaml +++ b/.github/workflows/periodic.yaml @@ -38,7 +38,7 @@ jobs: - name: Clean up VPCs if: steps.identify-resources.outputs.AWS_VPC_IDS != '' - uses: NVIDIA/holodeck@v0.2.18 + uses: NVIDIA/holodeck@v0.3.0 with: action: cleanup vpc_ids: ${{ steps.identify-resources.outputs.AWS_VPC_IDS }}