Update to checkout@v4

This commit is contained in:
krahets
2023-10-26 00:09:25 +08:00
parent a8b2350705
commit 9f4076d1c1
3 changed files with 4 additions and 4 deletions

View File

@@ -24,9 +24,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies