mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-03 23:54:02 +08:00
Merge pull request #779 from wp-cli/dependabot/github_actions/actions/checkout-5
This commit is contained in:
commit
7dbad2c76f
2 changed files with 6 additions and 6 deletions
10
.github/workflows/deployment.yml
vendored
10
.github/workflows/deployment.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
if: ${{ github.repository_owner == 'wp-cli' }}
|
||||
steps:
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up PHP environment
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
@ -110,7 +110,7 @@ jobs:
|
|||
if: ${{ github.repository_owner == 'wp-cli' }}
|
||||
steps:
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Ghostscript
|
||||
run: |
|
||||
|
@ -192,7 +192,7 @@ jobs:
|
|||
if: ${{ github.repository_owner == 'wp-cli' && github.event_name != 'workflow_dispatch' }}
|
||||
steps:
|
||||
- name: Check out builds repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: wp-cli/builds
|
||||
token: ${{ secrets.ACTIONS_BOT }}
|
||||
|
@ -267,7 +267,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out builds repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: wp-cli/builds
|
||||
token: ${{ secrets.ACTIONS_BOT }}
|
||||
|
@ -321,7 +321,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out builds repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: wp-cli/builds
|
||||
token: ${{ secrets.ACTIONS_BOT }}
|
||||
|
|
2
.github/workflows/update-framework.yml
vendored
2
.github/workflows/update-framework.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
if: ${{ github.repository_owner == 'wp-cli' }}
|
||||
steps:
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up PHP environment
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue