Skip to content

Commit

Permalink
fix: autoupdater version
Browse files Browse the repository at this point in the history
The auto updater has an stable version v1 with the latest changes in config
  • Loading branch information
arzola authored Jan 19, 2023
1 parent d84d8ba commit a0882b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standards-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

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

0 comments on commit a0882b4

Please sign in to comment.