From d3180987bc1c17afc2986853fcfc0fd9bd27d4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 22:00:58 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 3 to 4 Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 3 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/v3...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/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89dd4b9a..fbb54266 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: run: echo "${{ env.HOME }}/${{ env.ARM_TOOLS_DIR }}/bin" >> $GITHUB_PATH - name: Install Python dependencies - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: "scripts/requirements.txt"