Skip to content

Commit

Permalink
Merge pull request #140 from m-nakamura145/update-actions-checkout
Browse files Browse the repository at this point in the history
Bump actions/checkout
  • Loading branch information
byroot committed Feb 5, 2024
2 parents 2cd68e4 + 46f7342 commit e630a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node
run: sudo apt-get install -y nodejs
- name: Install Bun
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install V8
run: |
brew update
Expand Down

0 comments on commit e630a1f

Please sign in to comment.