Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/branch-depl…
Browse files Browse the repository at this point in the history
…oy-7.2.0
  • Loading branch information
GrantBirki committed Aug 4, 2023
2 parents 89de3ad + 3317756 commit 900a734
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# deploy the site to GitHub Pages
- name: deploy
id: deployment
uses: actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # pin@v2.0.2
uses: actions/deploy-pages@12ab2b16cf43a7a061fe99da74b6f8f11fb77f5b # pin@v2.0.3

# update the deployment result - manually complete the deployment that was created by the branch-deploy action
result:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # pin@v2.0.2
uses: actions/deploy-pages@12ab2b16cf43a7a061fe99da74b6f8f11fb77f5b # pin@v2.0.3
2 changes: 1 addition & 1 deletion .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v1.5.0
uses: GrantBirki/json-yaml-validate@v2.0.0
with:
comment: "true" # enable comment mode
Loading

0 comments on commit 900a734

Please sign in to comment.