From dae7e6fa82ce7fce61acdd25a72a02ab74d81d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:26:38 +0000 Subject: [PATCH] Bump nodenv/.github from 5 to 6 Bumps [nodenv/.github](https://github.com/nodenv/.github) from 5 to 6. - [Release notes](https://github.com/nodenv/.github/releases) - [Commits](https://github.com/nodenv/.github/compare/v5...v6) --- updated-dependencies: - dependency-name: nodenv/.github dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/sync-default-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c90489..201e252 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,5 +6,5 @@ permissions: {} jobs: release: permissions: { contents: write, id-token: write } - uses: nodenv/.github/.github/workflows/release.yml@v5 + uses: nodenv/.github/.github/workflows/release.yml@v6 secrets: inherit diff --git a/.github/workflows/sync-default-branch.yml b/.github/workflows/sync-default-branch.yml index 0d3b55e..4405911 100644 --- a/.github/workflows/sync-default-branch.yml +++ b/.github/workflows/sync-default-branch.yml @@ -7,7 +7,7 @@ permissions: {} jobs: sync: permissions: { contents: write } - uses: nodenv/.github/.github/workflows/sync-default-branch.yml@v5 + uses: nodenv/.github/.github/workflows/sync-default-branch.yml@v6 # One-time commands for users to switch-over: # # ```console