Skip to content

Commit

Permalink
CI actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
VL-CZ committed Dec 7, 2023
1 parent cf56d11 commit caa544b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
env:
SOURCE_FILES: code_size_counter tests/test_code_size_counter.py
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
- name: Python Poetry Action
Expand Down

0 comments on commit caa544b

Please sign in to comment.