Skip to content

Commit

Permalink
Merge branch 'roots-master'
Browse files Browse the repository at this point in the history
* roots-master:
  fix: The `set-output` command is deprecated and will be disabled soon. (roots#709)
  fix(deps): ⬆️ bump roots/wordpress to v6.4.3 (roots#708)
  chore(deps): ⬆️ bump actions/cache action to v4 (roots#705)
  chore(deps): ⬆️ bump squizlabs/php_codesniffer to v3.8.1 (roots#703)
  📝 Update README [ci skip]
  • Loading branch information
mwender committed Mar 8, 2024
2 parents ab170d0 + 42d41fa commit ca2f846
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 229 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Cache Composer dependencies
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "6.4.2",
"roots/wordpress": "6.4.3",
"roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.1.0",
"wpackagist-theme/twentytwentyfour": "^1.0",
Expand Down
Loading

0 comments on commit ca2f846

Please sign in to comment.