Skip to content

Commit

Permalink
Update version used for action
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 5, 2023
1 parent ae1ad34 commit 16e9cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v1
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Run PHPCS inspection
uses: rtCamp/action-phpcs-code-review@v2
uses: rtCamp/action-phpcs-code-review@v3
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
PHPCS_STANDARD_FILE_NAME: .phpcs.compat.xml

0 comments on commit 16e9cdb

Please sign in to comment.