-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 #317 from the-hideout/combined-prs-branch
Combined PRs
- Loading branch information
Showing
9 changed files
with
110 additions
and
118 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
steps: | ||
- name: branch-deploy | ||
id: branch-deploy | ||
uses: github/branch-deploy@v9.7.0 | ||
uses: github/branch-deploy@v9.8.1 | ||
with: | ||
admins: the-hideout/core-contributors | ||
admins_pat: ${{ secrets.BRANCH_DEPLOY_ADMINS_PAT }} | ||
|
@@ -30,11 +30,11 @@ jobs: | |
|
||
- name: checkout | ||
if: steps.branch-deploy.outputs.continue == 'true' | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ steps.branch-deploy.outputs.ref }} | ||
|
||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
if: steps.branch-deploy.outputs.continue == 'true' | ||
with: | ||
node-version-file: .node-version | ||
|
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: checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
# validate JSON and YAML files | ||
- name: json-yaml-validate | ||
|
@@ -26,7 +26,7 @@ jobs: | |
comment: "true" | ||
exclude_file: ".github/config/exclude.txt" | ||
|
||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version-file: .node-version | ||
cache: 'npm' | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
steps: | ||
- name: deployment check | ||
uses: github/branch-deploy@v9.7.0 | ||
uses: github/branch-deploy@v9.8.1 | ||
id: deployment-check | ||
with: | ||
merge_deploy_mode: "true" # tells the Action to use the merge commit workflow strategy | ||
|
@@ -25,9 +25,9 @@ jobs: | |
# always run checkout because the 'release (sentry)' step needs the code | ||
# do we still need this after removing sentry? | ||
- name: checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
if: ${{ steps.deployment-check.outputs.continue == 'true' }} | ||
with: | ||
node-version-file: .node-version | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
# Comment on new PR requests with deployment instructions | ||
- name: checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
- name: comment | ||
uses: GrantBirki/comment@f524ee31407667c05061bad41e1758b40298bd82 # [email protected] | ||
continue-on-error: true | ||
|
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,9 +15,9 @@ jobs: | |
|
||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version-file: .node-version | ||
cache: 'npm' | ||
|
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
Oops, something went wrong.