Skip to content

Commit

Permalink
Merge pull request #25 from iamatulsingh/iamatulsingh-patch-1
Browse files Browse the repository at this point in the history
update:  actions checkout and setup-python version
  • Loading branch information
iamatulsingh authored May 24, 2024
2 parents 8d4c01d + b419127 commit 8b43c0e
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 8b43c0e

Please sign in to comment.