Skip to content

Commit

Permalink
Merge dependabot/github_actions/actions/deploy-pages-2.0.1 into combi…
Browse files Browse the repository at this point in the history
…ned-prs-branch
  • Loading branch information
github-actions[bot] committed May 2, 2023
2 parents 98bb72f + f02dc92 commit 00641be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# deploy the site to GitHub Pages
- name: deploy
id: deployment
uses: actions/deploy-pages@73e62e651178eeba977de2dc9f4c7645b3d01015 # pin@v2.0.0
uses: actions/deploy-pages@af48cf94a42f2c634308b1c9dc0151830b6f190a # pin@v2.0.1

# 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 @@ -37,4 +37,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@73e62e651178eeba977de2dc9f4c7645b3d01015 # pin@v2.0.0
uses: actions/deploy-pages@af48cf94a42f2c634308b1c9dc0151830b6f190a # pin@v2.0.1

0 comments on commit 00641be

Please sign in to comment.