Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Feb 5, 2024
1 parent 2cd68e4 commit 46f7342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 46f7342

Please sign in to comment.