Skip to content

Commit

Permalink
Bump dsaltares/fetch-gh-release-asset from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
Bumps [dsaltares/fetch-gh-release-asset](https://github.com/dsaltares/fetch-gh-release-asset) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/dsaltares/fetch-gh-release-asset/releases)
- [Commits](dsaltares/fetch-gh-release-asset@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: dsaltares/fetch-gh-release-asset
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 81f0da2 commit 1c2d206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c2d206

Please sign in to comment.