Skip to content

Commit d530aa7

Browse files
Bump actions/checkout from 5 to 6 (#182)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1322fa5 commit d530aa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-check-branch-alias.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check out source code
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0 # Fetch all history for all tags
3333
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/reusable-manage-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.repository_owner == 'wp-cli' }}
1616
steps:
1717
- name: Check out source code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Set up PHP environment
2121
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)