Skip to content

Commit

Permalink
Merge pull request #32 from primer/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…deploy-pages-4

Bump actions/deploy-pages from 3 to 4
  • Loading branch information
pksjce authored Jan 2, 2024
2 parents 202face + 702538a commit bb0b18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
with:
preview: false
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
with:
preview: true

0 comments on commit bb0b18f

Please sign in to comment.