Skip to content

Commit

Permalink
CI: Update deploy.yml
Browse files Browse the repository at this point in the history
Increase actions/checkout dependency version.
  • Loading branch information
GaryJones committed May 21, 2024
1 parent 878034a commit 03800e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Deploy to WordPress.org
on:
release:
types: [released]
# Allow manually triggering the workflow.
# Allow manual triggering of the workflow.
workflow_dispatch:
jobs:
release:
name: New release to WordPress.org
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Push to WordPress.org
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit 03800e2

Please sign in to comment.