From 0917873bc9f3ad4afd180fb40f1e859847509cc7 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 21 Mar 2026 20:52:52 +0100 Subject: [PATCH 1/4] docs: fix typos --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15426e6..e96746c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ If you wish to contribute to an AstroNvim repository, you should: - For ssh: ```shell - $ git clone git@github.com:/.git ~/projects/ + $ git clone git@github.com:/.git ~/projects/ ``` - For https: @@ -25,13 +25,13 @@ If you wish to contribute to an AstroNvim repository, you should: - for ssh: ```shell - $ git remote add upstream git@github.com:AstroNvim/.git + $ git remote add upstream git@github.com:AstroNvim/.git ``` - for https: ```shell - $ git remote add upstream https://github.com/AstroNvim/.git + $ git remote add upstream https://github.com/AstroNvim/.git ``` 4. any time you create a branch to do some work, use From 1a93891ec816a694cc611da4b5836e22c32889ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:04:12 +0000 Subject: [PATCH 2/4] chore(deps): bump JohnnyMorganz/stylua-action from 4 to 5 Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 4 to 5. - [Release notes](https://github.com/johnnymorganz/stylua-action/releases) - [Commits](https://github.com/johnnymorganz/stylua-action/compare/v4...v5) --- updated-dependencies: - dependency-name: JohnnyMorganz/stylua-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/plugin_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_ci.yml b/.github/workflows/plugin_ci.yml index 32960ef..6db6941 100644 --- a/.github/workflows/plugin_ci.yml +++ b/.github/workflows/plugin_ci.yml @@ -53,7 +53,7 @@ jobs: if: ${{ inputs.plugin_name != '' }} steps: - uses: actions/checkout@v6 - - uses: JohnnyMorganz/stylua-action@v4 + - uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest From 0003d4fa903ae133c602267d26b713d31dcaede1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:56:34 +0000 Subject: [PATCH 3/4] chore(deps): bump googleapis/release-please-action from 4 to 5 Bumps [googleapis/release-please-action](https://github.com/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: googleapis/release-please-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/plugin_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_ci.yml b/.github/workflows/plugin_ci.yml index 6db6941..a293d3b 100644 --- a/.github/workflows/plugin_ci.yml +++ b/.github/workflows/plugin_ci.yml @@ -127,7 +127,7 @@ jobs: runs-on: ubuntu-latest if: ${{ inputs.is_production }} steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 id: release with: token: ${{ secrets.RELEASE_TOKEN }} From 007b4fd2e41fa1a623a8a42bd67141a0b6ca38e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:56:26 +0000 Subject: [PATCH 4/4] chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.3.1...v1.4.2) --- updated-dependencies: - dependency-name: webiny/action-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/plugin_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_ci.yml b/.github/workflows/plugin_ci.yml index a293d3b..1b2e6c1 100644 --- a/.github/workflows/plugin_ci.yml +++ b/.github/workflows/plugin_ci.yml @@ -46,7 +46,7 @@ jobs: if: ${{ inputs.commit_msg && !inputs.is_production }} steps: - uses: actions/checkout@v6 - - uses: webiny/action-conventional-commits@v1.3.1 + - uses: webiny/action-conventional-commits@v1.4.2 style: name: Stylua Formatting runs-on: ubuntu-latest