We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 030c9b9 + 42e48af commit c68872dCopy full SHA for c68872d
.github/workflows/phpcs-autofix.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
ref: ${{ github.head_ref }}
21
.github/workflows/phpcs.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Run PHPCS inspection
7
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
11
ref: ${{ github.event.pull_request.head.sha }}
12
- name: Run PHPCS inspection
.github/workflows/repomix.yml
@@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
fetch-depth: 0 # fetch all history for better context
22
0 commit comments