From 96ed83eebf6265b1c089f6d23cb3209c94ecc132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:24:03 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [grafana/shared-workflows](https://github.com/grafana/shared-workflows). Updates `actions/setup-node` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f) Updates `grafana/shared-workflows` from 0.1.1 to 0.1.2 - [Release notes](https://github.com/grafana/shared-workflows/releases) - [Commits](https://github.com/grafana/shared-workflows/compare/051f0a1cef0e1ef9f92fbe57c65b1eec029c3904...726f1a912f45b4807774b76a6d40cbd3fb7a12c0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: grafana/shared-workflows dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa804ff..af375eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: 'false' - name: Setup .npmrc file to publish to npm - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: '25.2.0' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9852ef3..7e0d427 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -27,4 +27,4 @@ jobs: persist-credentials: false - name: Validate Renovate Config - uses: grafana/shared-workflows/actions/validate-renovate-config@051f0a1cef0e1ef9f92fbe57c65b1eec029c3904 # validate-renovate-config/v0.1.1 + uses: grafana/shared-workflows/actions/validate-renovate-config@726f1a912f45b4807774b76a6d40cbd3fb7a12c0 # validate-renovate-config/v0.1.2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0dae9f..2faa994 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: 'false' - name: Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: 25.x package-manager-cache: false @@ -54,7 +54,7 @@ jobs: with: persist-credentials: 'false' - name: Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: ${{ matrix.node }} package-manager-cache: false