Skip to content

Commit

Permalink
CI: Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 6, 2023
1 parent 6dbc201 commit 69a42bf
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 @@ -10,7 +10,7 @@ jobs:
compiler: [gcc-12, clang]
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build artifact
env:
CC: ${{ matrix.compiler }}
Expand All @@ -29,7 +29,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 69a42bf

Please sign in to comment.