Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#572)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent e68aeaf commit 87df3f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: ${{ github.repository_owner == 'wp-cli' }}
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP environment
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ github.repository_owner == 'wp-cli' }}
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ghostscript
run: |
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
if: ${{ github.repository_owner == 'wp-cli' }}
steps:
- name: Check out builds repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: wp-cli/builds
token: ${{ secrets.ACTIONS_BOT }}
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

steps:
- name: Check out builds repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: wp-cli/builds
token: ${{ secrets.ACTIONS_BOT }}
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:

steps:
- name: Check out builds repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: wp-cli/builds
token: ${{ secrets.ACTIONS_BOT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: ${{ github.repository_owner == 'wp-cli' }}
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP envirnoment
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 87df3f1

Please sign in to comment.