From 63406302badae78a00619bcacf24c529f0c41957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:27:55 +0100 Subject: [PATCH] Bump frabert/replace-string-action from 2.3 to 2.4 (#653) Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 2.3 to 2.4. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/v2.3...v2.4) --- updated-dependencies: - dependency-name: frabert/replace-string-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ae0a677..05c1c84e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: run: python -m pip install --upgrade pip tox - name: Format Python version for tox id: py_tox_version - uses: frabert/replace-string-action@v2.3 + uses: frabert/replace-string-action@v2.4 with: pattern: '(\d)\.(\d)' string: ${{ matrix.python-version }}