-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dsaltares/fetch-gh-release-asset from 1.1.1 to 1.1.2 (#114)
- Loading branch information
1 parent
81f0da2
commit 29efc82
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- name: Startup | ||
uses: actions/checkout@v4 | ||
- name: Download PHP Release | ||
uses: dsaltares/[email protected].1 | ||
uses: dsaltares/[email protected].2 | ||
with: | ||
file: PHP-Linux-x86_64-PM5.tar.gz | ||
repo: NetherGamesMC/php-build-scripts | ||
|
@@ -26,7 +26,7 @@ jobs: | |
run: | | ||
./bin/php7/bin/php ./bin/composer.phar install --prefer-dist --no-interaction --no-dev | ||
- name: Download pharbuilder-rs | ||
uses: dsaltares/[email protected].1 | ||
uses: dsaltares/[email protected].2 | ||
with: | ||
file: pharbuilder | ||
repo: NetherGamesMC/pharbuilder-rs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- name: Startup | ||
uses: actions/checkout@v4 | ||
- name: Download PHP Release | ||
uses: dsaltares/[email protected].1 | ||
uses: dsaltares/[email protected].2 | ||
with: | ||
file: PHP-Linux-x86_64-PM5.tar.gz | ||
repo: NetherGamesMC/php-build-scripts | ||
|