From 6dc1aea811b053472e84c5ba92eb99e28fa9eac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:07:54 +0000 Subject: [PATCH] Bump actions/setup-python from 2.3.1 to 4.4.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v4.4.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..6361f63 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.4.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies