From 401e7db1961aa84871e6f7f5730b9ba0bdb10f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 15:00:35 -0800 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/standards-and-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index 2040655..918828e 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.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 }}