Skip to content

build(deps): bump certifi from 2024.2.2 to 2024.7.4 #122

build(deps): bump certifi from 2024.2.2 to 2024.7.4

build(deps): bump certifi from 2024.2.2 to 2024.7.4 #122

Workflow file for this run

name: check-on-push
on:
push:
branches:
- '**'
tags-ignore:
- 'v**'
paths-ignore:
- '**.md'
pull_request:
workflow_dispatch:
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
uses: ./.github/workflows/check.yml
with:
os: ${{ matrix.os }}