diff --git a/.github/workflows/reusable-check-branch-alias.yml b/.github/workflows/reusable-check-branch-alias.yml index cfcfa7a..bc49717 100644 --- a/.github/workflows/reusable-check-branch-alias.yml +++ b/.github/workflows/reusable-check-branch-alias.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all tags token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-manage-labels.yml b/.github/workflows/reusable-manage-labels.yml index 786b19d..785b291 100644 --- a/.github/workflows/reusable-manage-labels.yml +++ b/.github/workflows/reusable-manage-labels.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.repository_owner == 'wp-cli' }} steps: - name: Check out source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up PHP environment uses: shivammathur/setup-php@v2