Skip to content

Commit

Permalink
update actions ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Jun 27, 2023
1 parent 2fa1699 commit f18a047
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 @@ -31,9 +31,9 @@ jobs:
name: Test on Python ${{ matrix.python }}
steps:
- name: Checkout branch
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: x64
Expand Down

0 comments on commit f18a047

Please sign in to comment.