From ad1ed844c4d8983253fa1431983e53b6d46c7f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:23:16 +0000 Subject: [PATCH] Bump the version-update group in /.github/workflows with 2 updates Bumps the version-update group in /.github/workflows with 2 updates: [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `rojopolis/spellcheck-github-actions` from 0.51.0 to 0.52.0 - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.51.0...0.52.0) Updates `softprops/action-gh-release` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-update - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-update ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/pr.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c9618a5..eb72f030 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,12 +60,12 @@ jobs: uses: actions/checkout@v5.0.0 - name: Spell check EN language - uses: rojopolis/spellcheck-github-actions@0.51.0 + uses: rojopolis/spellcheck-github-actions@0.52.0 with: config_path: .spellcheck-en.yaml - name: Spell check ES language - uses: rojopolis/spellcheck-github-actions@0.51.0 + uses: rojopolis/spellcheck-github-actions@0.52.0 with: config_path: .spellcheck-es.yaml diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d30955fc..d9a9bbc2 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Spell check EN language - uses: rojopolis/spellcheck-github-actions@0.51.0 + uses: rojopolis/spellcheck-github-actions@0.52.0 with: config_path: .spellcheck-en.yaml @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Spell check ES language - uses: rojopolis/spellcheck-github-actions@0.51.0 + uses: rojopolis/spellcheck-github-actions@0.52.0 with: config_path: .spellcheck-es.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de7327d9..69f6884e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: sed -e s/x.x.x/${releaseVersion:1}/g .release-note-template.md > ./release-notes.txt - name: Create release notes - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.3.3 with: draft: true name: "${releaseVersion:1}"