Skip to content

Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 #2191

Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6

Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 #2191

name: e2e-url-checker
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.23.x
- name: Run URL checker tests
run: make e2e