Skip to content

Commit bb0b18f

Browse files
authored
Merge pull request #32 from primer/dependabot/github_actions/actions/deploy-pages-4
Bump actions/deploy-pages from 3 to 4
2 parents 202face + 702538a commit bb0b18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
steps:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
73-
uses: actions/deploy-pages@v3
73+
uses: actions/deploy-pages@v4
7474
with:
7575
preview: false

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
steps:
8181
- name: Deploy to GitHub Pages
8282
id: deployment
83-
uses: actions/deploy-pages@v3
83+
uses: actions/deploy-pages@v4
8484
with:
8585
preview: true

0 commit comments

Comments
 (0)