Don't update `actions/checkout@v3`

This commit is contained in:
Brendon Smith 2024-05-27 14:16:45 -04:00
parent 9337018ef6
commit 59e3edf69a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
steps:
- name: Check out the action locally
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Install the packaging-related tools
run: python3 -m pip install build twine
env: