Skip to content

Commit

Permalink
Merged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Nov 14, 2024
2 parents b8e9560 + 4d4f2c4 commit feeb8f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: 'gradle'
- name: Gradle Build Action
uses: gradle/gradle-build-action@v1.5.0
uses: gradle/gradle-build-action@v3.5.0
with:
gradle-version: '7.2'
arguments: build --continue # continue build on task errors to get overview of all tasks
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
antlr "org.antlr:antlr4:4.9.2"
antlr "org.antlr:antlr4:4.13.2"
}
// grammars to include for checking
ext {
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"config:base"
"config:recommended"
]
}

0 comments on commit feeb8f0

Please sign in to comment.