1 parent daafb2c commit c076ec0Copy full SHA for c076ec0
1 file changed
.github/workflows/environment-corrupt-check.yaml
@@ -20,9 +20,9 @@ jobs:
20
fail-fast: false
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Upgrade pip
0 commit comments