ci: bump actions/checkout ~> v4

This commit is contained in:
Tristan F 2023-09-12 18:53:52 -04:00 committed by GitHub
parent 7fa87058d5
commit 8f8343f95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- '3.9'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1