Skip to content

Commit

Permalink
Update checkout and setup-python to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Aug 16, 2023
1 parent b8a9f50 commit 6fd6094
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 @@ -50,7 +50,7 @@ jobs:
#CXX: g++

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Need this for git commands to work right.
# Also for codecov upload apparently.
Expand All @@ -67,7 +67,7 @@ jobs:
echo 'event.after: ${{ github.event.after }}'
- name: Set up Python ${{ matrix.py }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.py }}

Expand Down

0 comments on commit 6fd6094

Please sign in to comment.