Skip to content

Commit

Permalink
Update to actions/checkout@v3 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Oct 25, 2022
1 parent 3991334 commit 983b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-cs-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

Expand Down

0 comments on commit 983b38b

Please sign in to comment.