diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index a1673c103a7..35464d70237 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies