We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ae4d1 commit fea207aCopy full SHA for fea207a
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
git fetch origin master "${{ github.event.pull_request.base.sha }}"
24
git diff --diff-filter=ACM --name-only "${{ github.event.pull_request.base.sha }}" "${{ github.sha }}" > "${HOME}/changed_files.txt"
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
27
with:
28
python-version: ${{ matrix.python-version }}
29
- name: Install dependencies
0 commit comments