Skip to content

build(deps): bump @slack/web-api from 7.3.3 to 7.3.4 #806

build(deps): bump @slack/web-api from 7.3.3 to 7.3.4

build(deps): bump @slack/web-api from 7.3.3 to 7.3.4 #806

Workflow file for this run

name: CI-PR
on:
pull_request:
branches:
- master
jobs:
build:
uses: ./.github/workflows/ci-base-build.yml
secrets: inherit
approve:
uses: ./.github/workflows/ci-base-approve.yml
secrets: inherit
needs: build
merge:
uses: ./.github/workflows/ci-base-merge.yml
secrets: inherit
needs: build