Skip to content

Commit

Permalink
fix: Bump actions in CI workflow (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand authored Jul 12, 2022
1 parent fdb171e commit cd9a37e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:

- name: Checkout Code Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'

- name: Install and Run Pre-commit
uses: pre-commit/action@v2.0.0
Expand All @@ -43,13 +43,13 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3

steps:
- name: Clone
uses: actions/checkout@v2
- name: Checkout Code Repository
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'

- name: Setup Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit cd9a37e

Please sign in to comment.