Browse Source

chore(deps): bump pressbooks/composer-autoupdate-bedrock from 1.0 to 1.1 (#391)

Bumps [pressbooks/composer-autoupdate-bedrock](https://github.com/pressbooks/composer-autoupdate-bedrock) from 1.0 to 1.1.
- [Release notes](https://github.com/pressbooks/composer-autoupdate-bedrock/releases)
- [Commits](https://github.com/pressbooks/composer-autoupdate-bedrock/compare/v1.0...v1.1)

---
updated-dependencies:
- dependency-name: pressbooks/composer-autoupdate-bedrock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/393/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
401e7db196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/standards-and-tests.yml

2
.github/workflows/standards-and-tests.yml

@ -101,7 +101,7 @@ jobs:
- name: Trigger Bedrock Update
if: github.ref == 'refs/heads/dev' && matrix.experimental == false
uses: pressbooks/composer-autoupdate-bedrock@v1.0
uses: pressbooks/composer-autoupdate-bedrock@v1.1
with:
triggered-by: ${{ github.repository }}
token: ${{ secrets.PAT_COMPOSER_UPDATE }}

Loading…
Cancel
Save