Skip to content

build(deps): bump h3 from 1.15.4 to 1.15.5 #1095

build(deps): bump h3 from 1.15.4 to 1.15.5

build(deps): bump h3 from 1.15.4 to 1.15.5 #1095

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false