Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
Should fix some node16 deprecation warnings
  • Loading branch information
Sec42 authored Feb 7, 2024
1 parent 705199d commit b96362a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check C++ Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: gnuradio/[email protected]
with:
source: '.'
Expand All @@ -20,15 +20,15 @@ jobs:
name: Check Python Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: quentinguidee/pep8-action@v1
with:
arguments: '--max-line-length=120 --ignore E265,E266,E402,E501,E704,E712,E713,E714,E711,E722,E741,W504,W605 --exclude *.yml.py,docs/*,python/bindings/* --filename=*.py,iridium-extractor'
ubuntu-22-04:
name: Ubuntu 22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install GNU Radio
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
matrix:
ppa: [gnuradio/gnuradio-releases, gnuradio/gnuradio-releases-3.9]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install GNURadio
run: |
Expand Down

0 comments on commit b96362a

Please sign in to comment.