Skip to content

Commit

Permalink
Update github action versions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Sun <gsun@redhat.com>
  • Loading branch information
waynesun09 committed Sep 16, 2022
1 parent 87fb12a commit 682d324
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull_request.yml
Expand Up @@ -14,10 +14,10 @@ jobs:
python-version: [3.6, 3.8, 3.9, "3.10"]
steps:
- name: Checkout Pylero
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set Up Python-${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -26,5 +26,6 @@ jobs:
pip install -U pip
pip install -U -r requirements.txt
pip install .
- name: Pre Commit Checks
uses: pre-commit/action@v2.0.0
uses: pre-commit/action@v3.0.0

0 comments on commit 682d324

Please sign in to comment.