-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d09cb0
commit 2655c6a
Showing
2 changed files
with
19 additions
and
14 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
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
php-version: "8.1" | ||
|
||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.6.0" | ||
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -114,7 +114,7 @@ jobs: | |
php-version: "8.1" | ||
- name: "Determine composer root version" | ||
uses: "ergebnis/.github/actions/composer/determine-root-version@1.6.0" | ||
uses: "ergebnis/.github/actions/composer/determine-root-version@1.7.0" | ||
``` | ||
|
||
For details, see [`actions/composer/determine-root-version/action.yaml`](actions/composer/determine-root-version/action.yaml). | ||
|
@@ -179,7 +179,7 @@ jobs: | |
php-version: "8.1" | ||
- name: "Determine composer cache directory" | ||
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.6.0" | ||
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" | ||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected]" | ||
|
@@ -189,7 +189,7 @@ jobs: | |
restore-keys: "composer-${{ matrix.dependencies }}-" | ||
- name: "Install ${{ matrix.dependencies }} dependencies with composer" | ||
uses: "ergebnis/.github/actions/composer/install@1.6.0" | ||
uses: "ergebnis/.github/actions/composer/install@1.7.0" | ||
with: | ||
dependencies: "${{ matrix.dependencies }}" | ||
``` | ||
|
@@ -256,7 +256,7 @@ jobs: | |
steps: | ||
- name: "Assign @ergebnis-bot" | ||
uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.6.0" | ||
uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.7.0" | ||
with: | ||
assignee: "ergebnis-bot" | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
|
@@ -299,7 +299,7 @@ jobs: | |
steps: | ||
- name: "Add labels based on branch name" | ||
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.6.0" | ||
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.7.0" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
``` | ||
|
@@ -351,7 +351,7 @@ jobs: | |
steps: | ||
- name: "Approve pull request" | ||
uses: "ergebnis/.github/actions/github/pull-request/approve@1.6.0" | ||
uses: "ergebnis/.github/actions/github/pull-request/approve@1.7.0" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
``` | ||
|
@@ -402,7 +402,7 @@ jobs: | |
steps: | ||
- name: "Merge pull request" | ||
uses: "ergebnis/.github/actions/github/pull-request/merge@1.6.0" | ||
uses: "ergebnis/.github/actions/github/pull-request/merge@1.7.0" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
``` | ||
|
@@ -454,7 +454,7 @@ jobs: | |
steps: | ||
- name: "Request review from @ergebnis-bot" | ||
uses: "ergebnis/.github/actions/github/pull-request/request-review@1.6.0" | ||
uses: "ergebnis/.github/actions/github/pull-request/request-review@1.7.0" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
reviewer: "ergebnis-bot" | ||
|
@@ -498,7 +498,7 @@ jobs: | |
steps: | ||
- name: "Create release" | ||
uses: "ergebnis/.github/actions/github/release/create@1.6.0" | ||
uses: "ergebnis/.github/actions/github/release/create@1.7.0" | ||
with: | ||
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" | ||
``` | ||
|
@@ -588,7 +588,7 @@ jobs: | |
fetch-depth: 50 | ||
- name: "Start maintenance period on ohdear.app" | ||
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.6.0" | ||
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.7.0" | ||
with: | ||
oh-dear-api-token: "${{ secrets.OH_DEAR_API_TOKEN }}" | ||
oh-dear-site-id: "${{ secrets.OH_DEAR_SITE_ID }}" | ||
|
@@ -634,7 +634,7 @@ jobs: | |
fetch-depth: 50 | ||
- name: "Stop maintenance period on ohdear.app" | ||
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/stop@1.6.0" | ||
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/stop@1.7.0" | ||
with: | ||
oh-dear-api-token: "${{ secrets.OH_DEAR_API_TOKEN }}" | ||
oh-dear-site-id: "${{ secrets.OH_DEAR_SITE_ID }}" | ||
|