From a6b2ab48729fe294c6cf5ed08798d92c0d7cc236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:16:19 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 4.0.0 to 4.1.0 Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 4.0.0 to 4.1.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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: py-actions/py-dependency-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 527d94f..258a1ba 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v3 - name: Python Dependency Installation - uses: py-actions/py-dependency-install@v4.0.0 + uses: py-actions/py-dependency-install@v4.1.0 # Runs a single command using the runners shell - name: Run a multi-line script