Skip to content

Commit 61c7505

Browse files
authored
ci: bump action versions (#73)
1 parent ce20f13 commit 61c7505

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Run tree-sitter tests
42

5-
# Controls when the workflow will run
63
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
84
push:
95
branches: [ master ]
106
pull_request:
117
branches: [ master ]
128

13-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
149
jobs:
15-
# This workflow contains a single job called "build"
1610
test:
1711
name: Tree-sitter tests
18-
# The type of runner that the job will run on
1912
runs-on: ubuntu-latest
20-
21-
# Steps represent a sequence of tasks that will be executed as part of the job
2213
steps:
23-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
2515

26-
- uses: actions/setup-node@v2.4.0
16+
- uses: actions/setup-node@v3
2717
- name: Install Dependencies
2818
run: npm install
2919

0 commit comments

Comments
 (0)