Skip to content

Update WordPress Plugin #6

Update WordPress Plugin

Update WordPress Plugin #6

name: Update WordPress Plugin
on:
schedule:
- cron: '0 6 1 * *' # Run on the first day of every month at 6am UTC.
permissions:
contents: write
pull-requests: write
jobs:
update-plugin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: alleyinteractive/[email protected]
with:
plugin-file: 'wp-404-caching.php'
upgrade-npm-dependencies: "true"