Skip to content

Commit

Permalink
upgrade ci packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 authored Feb 17, 2024
1 parent e14f27f commit 1318247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gcc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps
run: |
source util/ci/script.sh
Expand All @@ -43,7 +43,7 @@ jobs:
clang:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps
run: |
source util/ci/script.sh
Expand Down

0 comments on commit 1318247

Please sign in to comment.