From ba4f3d40cd0c59075f75498594977739a884f4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:34:47 +0000 Subject: [PATCH] ci(deps): bump the gh-actions group across 1 directory with 3 updates Bumps the gh-actions group with 3 updates in the / directory: [actions/github-script](https://github.com/actions/github-script), [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) and [googleapis/release-please-action](https://github.com/googleapis/release-please-action). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `leafo/gh-actions-lua` from 12 to 13 - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v12...v13) Updates `googleapis/release-please-action` from 4 to 5 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: leafo/gh-actions-lua dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: googleapis/release-please-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dcedfb..75240c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Add Comment on Failure if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const message = `## ❌ Conventional Commits Validation Failed @@ -166,7 +166,7 @@ jobs: version: ${{ matrix.nvim-version }} - name: Setup Lua - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: "5.1" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cd7d0a9..5f13d32 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 id: release with: token: ${{ secrets.GITHUB_TOKEN }}