Merge pull request #740 from tboy1337/version1

Updated pr-autodiff.yaml to use newer versions of github actions
This commit is contained in:
Sheng Fan 2025-03-17 02:20:29 +08:00 committed by GitHub
commit 3060c6ba07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ jobs:
ref: ${{ steps.get-pr-sha.outputs.pr_sha }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies