generated from wayofdev/laravel-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
9bd4ba8
commit 1387304
Showing
10 changed files
with
26 additions
and
26 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 |
---|---|---|
|
@@ -100,7 +100,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] | ||
|
@@ -110,12 +110,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' | ||
|
@@ -164,7 +164,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] | ||
|
@@ -174,7 +174,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 |
---|---|---|
|
@@ -63,7 +63,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] | ||
|
@@ -73,12 +73,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 |
---|---|---|
|
@@ -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 |
---|---|---|
|
@@ -10,7 +10,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 |
---|---|---|
|
@@ -67,7 +67,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] | ||
|
@@ -77,7 +77,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 |
---|---|---|
|
@@ -72,7 +72,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] | ||
|
@@ -86,7 +86,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 }} | ||
|
||
|
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 |
---|---|---|
|
@@ -75,7 +75,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] | ||
|
@@ -89,7 +89,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 }} | ||
|
||
|
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 |
---|---|---|
|
@@ -73,7 +73,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] | ||
|
@@ -87,7 +87,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 }} | ||
|
||
|
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] | ||
|
@@ -121,7 +121,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 }} | ||
|
||
|
@@ -172,7 +172,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] | ||
|
@@ -186,7 +186,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 }} | ||
|
||
|