Skip to content

Commit e4c9c3d

Browse files
committed
Merge branch 'main' of github.com:bonede/tree-sitter-ng
2 parents 2f7c20a + efccbe1 commit e4c9c3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
java-version: '11'
2121
distribution: 'corretto'
2222
- name: Build with Gradle
23-
uses: gradle/actions/setup-gradle@v3.4.0
23+
uses: gradle/actions/setup-gradle@v3.4.2
2424
with:
2525
arguments: test

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
download = "5.6.0"
3-
junit = "5.10.2"
3+
junit = "5.10.3"
44
nexus-staging-version = "0.30.0"
55

66
[libraries]

0 commit comments

Comments
 (0)