Skip to content

Commit

Permalink
Github actions PHAR building
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Nov 1, 2023
1 parent 969731a commit d36b54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Setup PHP
Expand Down

0 comments on commit d36b54d

Please sign in to comment.