Skip to content

Commit

Permalink
Merge branch 'main' into lighthouse-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaneWins authored Mar 20, 2024
2 parents 5c9442b + 7bdd6cf commit 5ce5427
Show file tree
Hide file tree
Showing 79 changed files with 3,316 additions and 530 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:

- uses: github/branch-deploy@v9.0.0
- uses: github/branch-deploy@v9.1.0
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand All @@ -36,7 +36,7 @@ jobs:
with:
ref: ${{ steps.branch-deploy.outputs.ref }}

- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
with:
node-version-file: .node-version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

# check to ensure all JSON files are valid in the repository
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.6.0
uses: GrantBirki/json-yaml-validate@v2.6.1
with:
comment: "true"

- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: deployment check
uses: github/branch-deploy@v9.0.0
uses: github/branch-deploy@v9.1.0
id: deployment-check
with:
merge_deploy_mode: "true" # tells the Action to use the merge commit workflow strategy
Expand All @@ -29,9 +29,9 @@ jobs:
# check to ensure all JSON files are valid in the repository
- name: json-yaml-validate
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
uses: GrantBirki/json-yaml-validate@v2.6.0
uses: GrantBirki/json-yaml-validate@v2.6.1

- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
with:
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Comment on new PR requests with deployment instructions
- uses: actions/checkout@v4
- name: comment
uses: GrantBirki/comment@v2.0.8
uses: GrantBirki/comment@v2.0.9
continue-on-error: true
with:
file: .github/new-pr-comment.md
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v9.0.0
uses: github/branch-deploy@v9.1.0
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down
Loading

0 comments on commit 5ce5427

Please sign in to comment.