Skip to content

Commit

Permalink
Fix version of packagist-update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 2, 2024
1 parent e5e722f commit 2ef69bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packagist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Update packagist
uses: mnavarrocarter/packagist-update@v1
uses: mnavarrocarter/packagist-update@v1.0.0
with:
username: "friendlycaptcha"
api_token: ${{ secrets.PACKAGIST_API_TOKEN }}
Expand Down

0 comments on commit 2ef69bf

Please sign in to comment.