Skip to content

Commit 655a3b0

Browse files
Update GH Actions (#621)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 950f383 commit 655a3b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config --global core.autocrlf false
3030
3131
- name: Install Python
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v5
3333

3434
- name: Upgrade pip
3535
run: python -m pip install --upgrade pip
@@ -59,7 +59,7 @@ jobs:
5959
run: choco install fossil
6060

6161
- name: Download source
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v4
6363

6464
- name: Build
6565
run: make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-22.04
7575
steps:
7676
- name: Download source
77-
uses: actions/checkout@v2
77+
uses: actions/checkout@v4
7878
- name: Build manpages
7979
uses: Analog-inc/[email protected]
8080
with:

0 commit comments

Comments
 (0)