Skip to content

Commit

Permalink
Use checkout@3 instead of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmueller committed Nov 12, 2024
1 parent aa149f8 commit 11adeea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

runs-on: ubuntu-latest
container: ubuntu:18.04
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Setup
run: |
Expand All @@ -47,7 +50,7 @@ jobs:
apt-get -qq update
apt-get -qq install libeigen3-dev libserialport-dev git cmake build-essential ${{ matrix.compiler.package }}
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
Expand Down

0 comments on commit 11adeea

Please sign in to comment.