From 14fcc8ec35a86e9341bbb6d1e6f5143027f40527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:08:33 +0000 Subject: [PATCH] chore(deps): bump pressbooks/composer-autoupdate-bedrock from 1.0 to 1.1 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> --- .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 }}