Skip to content

Bump hono from 3.12.5 to 3.12.6 #176

Bump hono from 3.12.5 to 3.12.6

Bump hono from 3.12.5 to 3.12.6 #176

Workflow file for this run

name: Fastly Compute@Edge Branch Previews
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow}}
on:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: fastly/compute-actions/preview@v5
with:
fastly-api-token: ${{ secrets.FASTLY_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}