Skip to content

Commit

Permalink
fix: update composer action
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola authored Feb 7, 2023
2 parents 33aad10 + 765b143 commit caef29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
os: [ ubuntu-20.04 ]
name: composer update
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Add HTTP basic auth credentials
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
- name: composer update action
uses: kawax/composer-update-action@v2
uses: kawax/composer-update-action@v3
env:
GITHUB_TOKEN: ${{secrets.PAT_FOR_GITHUB_ACTIONS}}
GIT_NAME: Pressbooks 🤖
Expand Down

0 comments on commit caef29f

Please sign in to comment.