ci: update actions/checkout to v4

This commit is contained in:
NateScarlet 2024-11-12 20:44:09 +08:00
parent 97434adcac
commit f3e07139d0
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'