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 950f383 commit 655a3b0Copy full SHA for 655a3b0
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
git config --global core.autocrlf false
30
31
- name: Install Python
32
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
33
34
- name: Upgrade pip
35
run: python -m pip install --upgrade pip
@@ -59,7 +59,7 @@ jobs:
59
run: choco install fossil
60
61
- name: Download source
62
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
63
64
- name: Build
65
run: make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-22.04
75
steps:
76
77
78
- name: Build manpages
79
uses: Analog-inc/[email protected]
80
with:
0 commit comments