Skip to content

Commit

Permalink
CI: Bump dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jan 20, 2024
1 parent 55bf643 commit af0b37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
rv32emu:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install-dependencies
run: |
sudo apt-get install build-essential device-tree-compiler
Expand All @@ -17,7 +17,7 @@ jobs:
coding_style:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: coding convention
run: |
sudo apt-get install -q -y clang-format-12
Expand Down

0 comments on commit af0b37a

Please sign in to comment.