We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b172f5a commit 92334e9Copy full SHA for 92334e9
.github/workflows/build.yml
@@ -23,9 +23,9 @@ jobs:
23
uses: styfle/cancel-workflow-action@0.8.0
24
with:
25
access_token: ${{ github.token }}
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
0 commit comments