Skip to content

Commit

Permalink
ci: bump the actions group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 3 updates in the / directory: [tree-sitter/setup-action](https://github.com/tree-sitter/setup-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).


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 `pypa/cibuildwheel` from 2.21 to 2.22
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21...v2.22)

Updates `actions/attest-build-provenance` from 1 to 2
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1...v2)

---
updated-dependencies:
- dependency-name: tree-sitter/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/attest-build-provenance
  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 amaanq committed Jan 9, 2025
1 parent 0ddf14c commit 8e205aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
toolchain: ${{inputs.rust-toolchain}}
- name: Set up tree-sitter CLI
if: ${{inputs.generate}}
uses: tree-sitter/setup-action/cli@v1
uses: tree-sitter/setup-action/cli@v2
- name: Install dependencies
run: |-
JQ_SCRIPT='.dependencies | del(."node-addon-api", ."node-gyp-build") | length > 0'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/package-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{inputs.python-version}}
- name: Set up tree-sitter CLI
if: ${{inputs.generate}}
uses: tree-sitter/setup-action/cli@v1
uses: tree-sitter/setup-action/cli@v2
- name: Install dependencies
run: |-
JQ_SCRIPT='.dependencies | del(."node-addon-api", ."node-gyp-build") | length > 0'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
platforms: ${{matrix.qemu_arch}}
- name: Set up tree-sitter CLI
if: ${{inputs.generate}}
uses: tree-sitter/setup-action/cli@v1
uses: tree-sitter/setup-action/cli@v2
- name: Install dependencies
run: npm i --ignore-scripts --omit dev --omit peer --omit optional
- name: Regenerate parser
Expand All @@ -103,7 +103,7 @@ jobs:
cd - > /dev/null
done < <(find . -name grammar.js -not -path './node_modules/*' -not -path './.build/*')
- name: Build wheels
uses: pypa/cibuildwheel@v2.21
uses: pypa/cibuildwheel@v2.22
with:
output-dir: dist
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
version: ${{inputs.emscripten-version}}
- name: Set up tree-sitter CLI
uses: tree-sitter/setup-action/cli@v1
uses: tree-sitter/setup-action/cli@v2
- name: Install parser dependencies
run: |-
JQ_SCRIPT='.dependencies | del(."node-addon-api", ."node-gyp-build") | length > 0'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
done < <(find . -name grammar.js -not -path './node_modules/*')
tar cvJf "$REPO_NAME.tar.xz" -T <(sort -u "$RUNNER_TEMP/files")
- name: Generate attestations
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
if: inputs.attestations
with:
subject-path: |
Expand Down

0 comments on commit 8e205aa

Please sign in to comment.