generated from ergebnis/php-package-template
-
-
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.
Merge pull request #84 from ergebnis/dependabot/github_actions/ergebn…
…is/dot-github-1.5.1 github-actions(deps): bump ergebnis/.github from 1.5.0 to 1.5.1
- Loading branch information
Showing
5 changed files
with
20 additions
and
20 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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\"" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -50,7 +50,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].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -102,7 +102,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -112,7 +112,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].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -160,7 +160,7 @@ jobs: | |
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\"" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -170,7 +170,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].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -205,7 +205,7 @@ jobs: | |
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\"" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -215,7 +215,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].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -252,7 +252,7 @@ jobs: | |
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\"" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -262,7 +262,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].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
|
||
|
@@ -307,7 +307,7 @@ jobs: | |
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\"" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -317,7 +317,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].0" | ||
uses: "ergebnis/.github/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 |
---|---|---|
|
@@ -25,23 +25,23 @@ jobs: | |
steps: | ||
- name: "Request review from @ergebnis-bot" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].0" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
reviewer: "ergebnis-bot" | ||
|
||
- name: "Assign @ergebnis-bot" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].0" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
assignee: "ergebnis-bot" | ||
|
||
- name: "Approve pull request" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].0" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
|
||
- name: "Merge pull request" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].0" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
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 |
---|---|---|
|
@@ -15,6 +15,6 @@ jobs: | |
|
||
steps: | ||
- name: "Create release" | ||
uses: "ergebnis/.github/actions/github/release/[email protected].0" | ||
uses: "ergebnis/.github/actions/github/release/[email protected].1" | ||
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
run: "composer validate --ansi --strict" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/[email protected].0" | ||
uses: "ergebnis/.github/actions/composer/[email protected].1" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/cache@v3" | ||
|
@@ -50,7 +50,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].0" | ||
uses: "ergebnis/.github/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 |
---|---|---|
|
@@ -15,6 +15,6 @@ jobs: | |
|
||
steps: | ||
- name: "Add labels based on branch name" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].0" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected].1" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" |