From 07f590aa63e7054b2c06ef502781a56884f7d84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:23:19 +0000 Subject: [PATCH] Bump actions/setup-python from 2.3.1 to 4.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/theHarvester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 0040299..17367bd 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v4.2.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies