Skip to content

Commit af0b37a

Browse files
committed
CI: Bump dependency version
1 parent 55bf643 commit af0b37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
rv32emu:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: install-dependencies
1111
run: |
1212
sudo apt-get install build-essential device-tree-compiler
@@ -17,7 +17,7 @@ jobs:
1717
coding_style:
1818
runs-on: ubuntu-22.04
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: coding convention
2222
run: |
2323
sudo apt-get install -q -y clang-format-12

0 commit comments

Comments
 (0)