Skip to content

Commit

Permalink
Merge pull request #167 from mihdan/v6.3.0
Browse files Browse the repository at this point in the history
Revert 10up to @stable.
  • Loading branch information
kagg-design authored Dec 22, 2024
2 parents e958c5c + ff43920 commit c7b6b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-readme-assets-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y subversion

- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@v2
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y subversion

- name: Install dependencies with caching
uses: kagg-design/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: "--no-dev --optimize-autoloader --classmap-authoritative"

Expand All @@ -29,7 +29,7 @@ jobs:
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@v2
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
Expand Down

0 comments on commit c7b6b33

Please sign in to comment.