diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eaed8f..de4bfcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Get tree-sitter commit run: printf 'TREE_SITTER_REF=%s\n' "$(git rev-parse HEAD:core)" >> "$GITHUB_ENV" - name: Set up tree-sitter - uses: tree-sitter/setup-action/lib@v1 + uses: tree-sitter/setup-action/lib@v2 with: tree-sitter-ref: ${{env.TREE_SITTER_REF}} - name: Set up tree-sitter-java @@ -64,7 +64,7 @@ jobs: category: spotbugs sarif_file: target/reports/spotbugsSarif.json - name: Upload JUnit XML report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: "!cancelled()" with: annotate_only: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbd20d0..b583c53 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Get tree-sitter commit run: printf 'TREE_SITTER_REF=%s\n' "$(git rev-parse HEAD:core)" >> "$GITHUB_ENV" - name: Set up tree-sitter - uses: tree-sitter/setup-action/lib@v1 + uses: tree-sitter/setup-action/lib@v2 with: tree-sitter-ref: ${{env.TREE_SITTER_REF}} - name: Set up tree-sitter-java diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e7fb1e9..a588462 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: java-version: 22 cache: maven - name: Set up tree-sitter - uses: tree-sitter/setup-action/lib@v1 + uses: tree-sitter/setup-action/lib@v2 - name: Set up tree-sitter-java run: |- git clone --depth=1 https://github.com/tree-sitter/tree-sitter-java