Merge pull request #739 from tboy1337/version

Updated environment-corrupt-check.yaml to use newer versions of github actions
This commit is contained in:
Sheng Fan 2025-03-17 02:20:45 +08:00 committed by GitHub
commit 05e41a86ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,9 +20,9 @@ jobs:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip