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