Skip to content

dependency_update

dependency_update #50

Workflow file for this run

# See the Conductor setup guide at https://packagist.com/docs/conductor/getting-started
on:
repository_dispatch:
types:
- dependency_update
name: Private Packagist Conductor
permissions:
contents: write
jobs:
conductor:
name: Private Packagist Conductor
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
with:
coverage: "none"
extensions: "intl, zip, apcu"
php-version: "8.4"
# See the Conductor GitHub Action at https://github.com/packagist/conductor-github-action
- name: "Running Conductor"
uses: packagist/conductor-github-action@b8b726f0038577ba505899dce408b8102d1d75f5 # 1.4.0