We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1322fa5 commit d530aa7Copy full SHA for d530aa7
.github/workflows/reusable-check-branch-alias.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Check out source code
30
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
31
with:
32
fetch-depth: 0 # Fetch all history for all tags
33
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/reusable-manage-labels.yml
@@ -15,7 +15,7 @@ jobs:
15
if: ${{ github.repository_owner == 'wp-cli' }}
16
17
18
19
20
- name: Set up PHP environment
21
uses: shivammathur/setup-php@v2
0 commit comments