From 8459fc2c4d86e116e069ff4dc0fb0393000a9f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:59:28 +0000 Subject: [PATCH] deps(actions): bump actions/checkout from 4 to 5 (#112552) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-npm.yml | 4 ++-- .github/workflows/update-schema-types.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index aa39a625774..6b61fe39a64 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -60,7 +60,7 @@ jobs: echo "github.ref: $GITHUB_REF" - name: Checkout workflow ref - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 100 @@ -86,7 +86,7 @@ jobs: shell: bash - name: Checkout build commit - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false ref: ${{ inputs.grafana_commit }} diff --git a/.github/workflows/update-schema-types.yml b/.github/workflows/update-schema-types.yml index a079f1d313e..303625472ae 100644 --- a/.github/workflows/update-schema-types.yml +++ b/.github/workflows/update-schema-types.yml @@ -17,6 +17,6 @@ jobs: bundle-schema-types: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: grafana/plugin-actions/bundle-schema-types@main