From 968599c7d948ba444957b92d042662e8f59d2b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:42:10 +0000 Subject: [PATCH] build(deps): bump insightsengineering/pip-action from 2.0.0 to 2.0.1 Bumps [insightsengineering/pip-action](https://github.com/insightsengineering/pip-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/insightsengineering/pip-action/releases) - [Commits](https://github.com/insightsengineering/pip-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: insightsengineering/pip-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/snap_usns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snap_usns.yml b/.github/workflows/snap_usns.yml index af82d97c5..664c88198 100644 --- a/.github/workflows/snap_usns.yml +++ b/.github/workflows/snap_usns.yml @@ -19,7 +19,7 @@ jobs: python-version: '3.11' - name: Install Python dependencies - uses: insightsengineering/pip-action@v2.0.0 + uses: insightsengineering/pip-action@v2.0.1 with: requirements: .github/workflows/scripts/requirements.txt