From fb29b137a9d79dd6407f49791430a770aa2755e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:53:33 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 2 to 4 Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 2 to 4. - [Release notes](https://github.com/py-actions/py-dependency-install/releases) - [Changelog](https://github.com/py-actions/py-dependency-install/blob/master/CHANGELOG.md) - [Commits](https://github.com/py-actions/py-dependency-install/compare/v2...v4) --- updated-dependencies: - dependency-name: py-actions/py-dependency-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3034b509..35b1242d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: restore-keys: | pip-lint- - name: Install dependencies - uses: py-actions/py-dependency-install@v2 + uses: py-actions/py-dependency-install@v4 with: path: requirements-dev.txt - name: Install itself