Skip to content

Commit

Permalink
ci: bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [tree-sitter/setup-action](https://github.com/tree-sitter/setup-action) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report).


Updates `tree-sitter/setup-action` from 1 to 2
- [Release notes](https://github.com/tree-sitter/setup-action/releases)
- [Commits](tree-sitter/setup-action@v1...v2)

Updates `mikepenz/action-junit-report` from 4 to 5
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4...v5)

---
updated-dependencies:
- dependency-name: tree-sitter/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ObserverOfTime committed Nov 11, 2024
1 parent 4c43748 commit 353dc66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 353dc66

Please sign in to comment.