Skip to content

Commit

Permalink
refactor: recommended change implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Jan 14, 2025
1 parent 9d2a6d7 commit 8a1843d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup PHP 7.4
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
IGNORE_OTHER_FILES: true
SLUG: dokan-lite
- name: Create GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
env:
Expand Down

0 comments on commit 8a1843d

Please sign in to comment.