From e6bbea95b78da47315c6be694557572278ebda28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:42:35 +0000 Subject: [PATCH] Bump bluwy/substitute-string-action from 3.0.0 to 4.0.0 Bumps [bluwy/substitute-string-action](https://github.com/bluwy/substitute-string-action) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/bluwy/substitute-string-action/releases) - [Commits](https://github.com/bluwy/substitute-string-action/compare/70ff0b17357670ffd3fee68e95b6de9963b66bad...66aab512ea85c8215b45e20a14bf12da819c881e) --- updated-dependencies: - dependency-name: bluwy/substitute-string-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 76db8276..df4f1fea 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -50,7 +50,7 @@ jobs: echo "year=$(date +%Y)" >> $GITHUB_ENV - name: Update README.md 📝 - uses: bluwy/substitute-string-action@70ff0b17357670ffd3fee68e95b6de9963b66bad # v3.0.0 + uses: bluwy/substitute-string-action@66aab512ea85c8215b45e20a14bf12da819c881e # v4.0.0 with: _input-file: './.github/README-template.md' _output-file: ./README.md