From c19b863cf324555b471ec8334b9ec33a4bf9344c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:00:52 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 2.1.0 to 4.0.0 Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 2.1.0 to 4.0.0. - [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.1.0...v4.0.0) --- 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 +- .github/workflows/linter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ebd5e2..03bf3c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies - uses: py-actions/py-dependency-install@v2.1.0 + uses: py-actions/py-dependency-install@v4.0.0 - name: Run the test suite run: tox -e py diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index a1a1698..5a13ec7 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -28,7 +28,7 @@ jobs: with: python-version: 3.8 - name: Install dependencies - uses: py-actions/py-dependency-install@v2.1.0 + uses: py-actions/py-dependency-install@v4.0.0 - name: Lint Markdown and YAML files uses: docker://github/super-linter:v3.3.0 env: