Skip to content

Commit 27ffdc8

Browse files
Update release-phar.yml
1 parent 39e9068 commit 27ffdc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-phar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set PHP 7.4
1717
uses: shivammathur/setup-php@v2
@@ -22,7 +22,7 @@ jobs:
2222
- name: Compile phalcon.phar
2323
run: |
2424
composer install
25-
wget https://github.com/box-project/box/releases/download/3.9.1/box.phar
25+
wget https://github.com/box-project/box/releases/download/3.16.0/box.phar
2626
php box.phar compile
2727
2828
- name: Check existence of compiled .phar

0 commit comments

Comments
 (0)