Skip to content

Commit

Permalink
Update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Nov 5, 2024
1 parent 7f825d9 commit 36b089a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: lint
run: make lint
Expand All @@ -15,7 +15,7 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: make install
- run: sudo make apt
- run: sudo make npm
Expand All @@ -25,7 +25,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: make install

# The macOS environment should already have `brew` installed.
Expand Down

0 comments on commit 36b089a

Please sign in to comment.