Skip to content

chore(deps): bump winston from 3.14.2 to 3.15.0 #5987

chore(deps): bump winston from 3.14.2 to 3.15.0

chore(deps): bump winston from 3.14.2 to 3.15.0 #5987

Workflow file for this run

name: 'pr-check'
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Collect changed files
uses: tj-actions/changed-files@v45
id: changed-files
with:
files: |
.changeset/**
- uses: ./.github/actions/check-pr
with:
changed-files: ${{ steps.changed-files.outputs.added_files }} ${{ steps.changed-files.outputs.modified_files }}