Skip to content

Commit

Permalink
Update check-code-quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n authored Aug 15, 2023
1 parent 5fa823b commit aed5891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "⤵️ Check out code from GitHub"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "⚙️ Set up Python"
uses: "actions/setup-python@v2"
uses: "actions/setup-python@v4"
with:
python-version: 3.8
- name: "⚙️ Set up Ruby"
Expand All @@ -22,4 +22,4 @@ jobs:
ruby-version: 2.7
bundler-cache: true
- name: "\U0001F680 Run pre-commit"
uses: "pre-commit/action@v2.0.3"
uses: "pre-commit/action@v3"

0 comments on commit aed5891

Please sign in to comment.