Skip to content

chore(deps): bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3 #7876

chore(deps): bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3

chore(deps): bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3 #7876

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@v4
- name: Collect changed files
uses: step-security/[email protected]
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 }}