Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
update action versions
  • Loading branch information
satra authored Feb 24, 2024
1 parent c201340 commit a3722fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- "3.11"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
with: # no need for the history
fetch-depth: 1
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit a3722fc

Please sign in to comment.