Skip to content

Commit c4bbfda

Browse files
committed
CI: Bump dependency
1 parent a304446 commit c4bbfda

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.1.0
9+
- uses: actions/checkout@v3.2.0
1010
- name: install-dependencies
1111
run: |
1212
sudo apt-get update
@@ -28,7 +28,7 @@ jobs:
2828
coding_style:
2929
runs-on: ubuntu-22.04
3030
steps:
31-
- uses: actions/checkout@v3.1.0
31+
- uses: actions/checkout@v3.2.0
3232
- name: coding convention
3333
run: |
3434
sudo apt-get install -q -y clang-format-12

0 commit comments

Comments
 (0)