generated from wayofdev/php-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(deps): update wayofdev/gh-actions action to v3.1.1
- Loading branch information
1 parent
92debd4
commit 05cffaf
Showing
9 changed files
with
27 additions
and
27 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ name: 🏷️ Add labels | |
|
||
jobs: | ||
label: | ||
uses: wayofdev/gh-actions/.github/workflows/[email protected].0 | ||
uses: wayofdev/gh-actions/.github/workflows/[email protected].1 | ||
with: | ||
os: ubuntu-latest | ||
secrets: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ name: 🤞 Auto merge release | |
|
||
jobs: | ||
auto-merge: | ||
uses: wayofdev/gh-actions/.github/workflows/[email protected].0 | ||
uses: wayofdev/gh-actions/.github/workflows/[email protected].1 | ||
with: | ||
os: ubuntu-latest | ||
pull-request-number: ${{ github.event.pull_request.number }} | ||
|
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 |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -111,12 +111,12 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies with composer | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
- name: 📥 Install dependencies with phive | ||
uses: wayofdev/gh-actions/actions/phive/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/phive/[email protected].1 | ||
with: | ||
phive-home: '.phive' | ||
trust-gpg-keys: 0xC00543248C87FB13,0x033E5F8D801A2F8D | ||
|
@@ -165,7 +165,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -175,7 +175,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies with composer | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -67,12 +67,12 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
- name: 📥 Install dependencies with phive | ||
uses: wayofdev/gh-actions/actions/phive/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/phive/[email protected].1 | ||
with: | ||
phive-home: '.phive' | ||
trust-gpg-keys: 0xC00543248C87FB13,0x033E5F8D801A2F8D | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -57,7 +57,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -55,7 +55,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
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 @@ permissions: | |
|
||
jobs: | ||
shellcheck: | ||
uses: wayofdev/gh-actions/.github/workflows/[email protected].0 | ||
uses: wayofdev/gh-actions/.github/workflows/[email protected].1 | ||
with: | ||
os: ubuntu-latest | ||
severity: warning | ||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -69,7 +69,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
@@ -110,7 +110,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -120,7 +120,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -57,7 +57,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
@@ -111,7 +111,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -125,7 +125,7 @@ jobs: | |
run: composer config platform.php --ansi --unset | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
@@ -168,7 +168,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -182,7 +182,7 @@ jobs: | |
run: composer config platform.php --ansi --unset | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|
@@ -223,7 +223,7 @@ jobs: | |
run: composer validate --ansi --strict | ||
|
||
- name: 🔍 Get composer cache directory | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
|
||
- name: ♻️ Restore cached dependencies installed with composer | ||
uses: actions/[email protected] | ||
|
@@ -233,7 +233,7 @@ jobs: | |
restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- | ||
|
||
- name: 📥 Install "${{ matrix.dependencies }}" dependencies | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].0 | ||
uses: wayofdev/gh-actions/actions/composer/[email protected].1 | ||
with: | ||
dependencies: ${{ matrix.dependencies }} | ||
|
||
|