Skip to content

Commit

Permalink
Updated dependent action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codebureau committed Jun 20, 2024
1 parent 1b67bb2 commit 7c67587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Package Plugin Zip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: vimtor/[email protected]
with:
Expand All @@ -21,4 +21,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: plugin-package
path: ${{ github.workspace }}/result.zip
path: ${{ github.workspace }}/wp-password-redirect.zip

0 comments on commit 7c67587

Please sign in to comment.