Skip to content

Commit

Permalink
feat(ci): update to checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
6cdh committed Apr 12, 2024
1 parent 2463052 commit 171f52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up tree sitter
uses: tree-sitter/setup-action/cli@v1
- name: wasm build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up tree sitter
uses: tree-sitter/setup-action/cli@v1
- name: Run tests
Expand All @@ -19,7 +19,7 @@ jobs:
racket:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up tree sitter
uses: tree-sitter/setup-action/cli@v1
- run: git clone https://github.com/racket/racket --depth 1
Expand Down

0 comments on commit 171f52a

Please sign in to comment.