Skip to content

Commit

Permalink
update: actions checkout and setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamatulsingh authored May 24, 2024
1 parent 8d4c01d commit b419127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Setup Python (faster than using Python container)
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.11.3"

Expand Down

0 comments on commit b419127

Please sign in to comment.