Skip to content

Chore(deps): Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 #118

Chore(deps): Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5

Chore(deps): Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 #118

Workflow file for this run

# Stage builds through GitHub Actions (GHA).
name: Builds
on:
pull_request: ~
push:
branches: [ main ]
# Allow job to be triggered manually.
workflow_dispatch:
# Run builds each night.
schedule:
- cron: '0 5 * * *'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Acquire sources
uses: actions/checkout@v4
- name: Run build job
run: ./devtools/release.sh