Skip to content

Commit 6bd1035

Browse files
authored
ci: Bump actions/deploy-pages from 4 to 5 (#1153)
1 parent ade4cb5 commit 6bd1035

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-manual-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
path: ./.api_docs/${{ env.package }}/
5252
- name: Deploy to GitHub Pages
5353
id: deploy
54-
uses: actions/deploy-pages@v4
54+
uses: actions/deploy-pages@v5

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: ./.api_docs/dart/
103103
- name: Deploy to GitHub Pages
104104
id: deploy
105-
uses: actions/deploy-pages@v4
105+
uses: actions/deploy-pages@v5
106106

107107
docs-publish-flutter:
108108
if: startsWith(github.ref_name, 'flutter-')
@@ -142,4 +142,4 @@ jobs:
142142
path: ./.api_docs/flutter/
143143
- name: Deploy to GitHub Pages
144144
id: deploy
145-
uses: actions/deploy-pages@v4
145+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)