Skip to content

Commit

Permalink
Merge pull request #8 from genkgo/update_checkout_action
Browse files Browse the repository at this point in the history
update checkout action
  • Loading branch information
frederikbosch authored Jun 11, 2024
2 parents a4273d3 + fd307db commit e95fdcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install libclang for Linux
if: matrix.os == 'ubuntu-20.04'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install libclang for Linux
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit e95fdcc

Please sign in to comment.