generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github-actions(deps): Bump ergebnis/.github from 1.9.1 to 1.9.2
Bumps [ergebnis/.github](https://github.com/ergebnis/.github) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/ergebnis/.github/releases) - [Changelog](https://github.com/ergebnis/.github/blob/main/CHANGELOG.md) - [Commits](ergebnis/.github@1.9.1...1.9.2) --- updated-dependencies: - dependency-name: ergebnis/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
adc4260
commit 1069abd
Showing
5 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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache 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 with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -111,7 +111,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -121,12 +121,12 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
- name: "Install dependencies with phive" | ||
uses: "ergebnis/.github/actions/phive/[email protected].1" | ||
uses: "ergebnis/.github/actions/phive/[email protected].2" | ||
with: | ||
trust-gpg-keys: "0xC00543248C87FB13,0x033E5F8D801A2F8D" | ||
|
||
|
@@ -179,7 +179,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -189,12 +189,12 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
- name: "Install dependencies with phive" | ||
uses: "ergebnis/.github/actions/phive/[email protected].1" | ||
uses: "ergebnis/.github/actions/phive/[email protected].2" | ||
with: | ||
trust-gpg-keys: "0xC00543248C87FB13,0x033E5F8D801A2F8D" | ||
|
||
|
@@ -234,7 +234,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -244,7 +244,7 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -286,7 +286,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -296,7 +296,7 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -345,7 +345,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -355,7 +355,7 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -395,7 +395,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -405,7 +405,7 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -455,7 +455,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -469,7 +469,7 @@ jobs: | |
run: "composer config platform.php --ansi --unset" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
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 |
---|---|---|
|
@@ -27,23 +27,23 @@ jobs: | |
steps: | ||
- name: "Request review from @ergebnis-bot" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].2" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
reviewer: "ergebnis-bot" | ||
|
||
- name: "Assign @ergebnis-bot" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].2" | ||
with: | ||
assignee: "ergebnis-bot" | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
|
||
- name: "Approve pull request" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].2" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
|
||
- name: "Merge pull request" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].2" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
|
||
steps: | ||
- name: "Create release" | ||
uses: "ergebnis/.github/actions/github/release/[email protected].1" | ||
uses: "ergebnis/.github/actions/github/release/[email protected].2" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
|
||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -52,7 +52,7 @@ jobs: | |
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" | ||
|
||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
uses: "ergebnis/.github/actions/composer/[email protected].2" | ||
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 |
---|---|---|
|
@@ -17,6 +17,6 @@ jobs: | |
|
||
steps: | ||
- name: "Add labels based on branch name" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].2" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" |