Skip to content

Commit

Permalink
Use v3 of actions/checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Aug 2, 2023
1 parent d9e0772 commit d3fd48e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
path: ${{ env.wp-plugin-directory }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3

- name: Get Composer cache directory
id: composer-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-readme-assets-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3

- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3

- name: Get Composer cache directory
id: composer-cache
Expand Down

0 comments on commit d3fd48e

Please sign in to comment.