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