mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
update GH actions to use v2
This commit is contained in:
parent
592191eb5f
commit
84ce6cb1b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
python-version: [3.7, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1.1.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue