From fbbf09a325ceb248aea088a3f5143cb8b4e7b6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 03:06:47 +0000 Subject: [PATCH] ci: bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [tree-sitter/parser-test-action](https://github.com/tree-sitter/parser-test-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `tree-sitter/parser-test-action` from 2 to 3 - [Release notes](https://github.com/tree-sitter/parser-test-action/releases) - [Commits](https://github.com/tree-sitter/parser-test-action/compare/v2...v3) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: tree-sitter/parser-test-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2089370..b3f6eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Set up tree-sitter uses: tree-sitter/setup-action/cli@v2 - name: Run parser and binding tests - uses: tree-sitter/parser-test-action@v2 + uses: tree-sitter/parser-test-action@v3 with: generate: false - name: Parse sample files @@ -46,7 +46,7 @@ jobs: with: files: templates/**/*.gitattributes - name: Upload failures artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: "!cancelled() && steps.parse-files.outcome == 'failure'" with: name: failures-${{runner.os}}