Skip to content

Commit

Permalink
Bump to the latest GitHub Actions releases (#942)
Browse files Browse the repository at this point in the history
- actions/checkout v2 -> v4
- actions/setup-python v1 -> v4
  • Loading branch information
cottsay authored Feb 17, 2024
1 parent 3509f3f commit 8b7f35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{matrix.python}}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand Down

0 comments on commit 8b7f35b

Please sign in to comment.