chore(ci): bump actions (#23895)

This commit is contained in:
Sebastian Liebscher
2023-05-02 07:59:00 +02:00
committed by GitHub
parent 50d342c0c9
commit 3c381c5361
14 changed files with 23 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ jobs:
run: ./scripts/ci_check_no_file_changes.sh python
- name: Setup Python
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
@@ -115,7 +115,7 @@ jobs:
run: ./scripts/ci_check_no_file_changes.sh python
- name: Setup Python
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
@@ -174,7 +174,7 @@ jobs:
run: ./scripts/ci_check_no_file_changes.sh python
- name: Setup Python
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'