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 c317945 commit 98169b4Copy full SHA for 98169b4
.github/workflows/main.yml
@@ -26,12 +26,12 @@ jobs:
26
architecture: x86
27
steps:
28
- name: Set up the repository
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
30
with:
31
submodules: recursive
32
fetch-depth: 0
33
- name: Set up Python ${{ matrix.python-version }}
34
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
35
36
python-version: ${{ matrix.python-version }}
37
architecture: ${{ matrix.architecture }}
0 commit comments