From 87d9dfc349ee6fb032076fb52f06665c740e12c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:13:38 +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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28bef7d..a5f6be0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Install libgirepository run: sudo apt install -y libgirepository1.0-dev - name: Install dependencies - uses: py-actions/py-dependency-install@v2 + uses: py-actions/py-dependency-install@v4 with: path: requirements.txt - name: Run mypy