Merge pull request #739 from tboy1337/version
Updated environment-corrupt-check.yaml to use newer versions of github actions
This commit is contained in:
commit
05e41a86ed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user