1
0
Fork 0

Update gh actions.

This commit is contained in:
Irina Truong 2023-10-06 20:36:38 -07:00
parent 7737bb1631
commit 498831a092
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}