Skip to content

Commit f92ee9d

Browse files
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94a69e1 commit f92ee9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
flutter build web --release --base-href ${{ env.BASE_HREF }} --build-number ${{ env.BUILD_NUMBER }}
104104
105105
- name: 🚀 Deploy to Github Pages
106-
uses: peaceiris/actions-gh-pages@v3
106+
uses: peaceiris/actions-gh-pages@v4
107107
env:
108108
RELEASE_TAG: ${{ needs.deps.outputs.release-tag }}
109109
BUILD_NUMBER: ${{ steps.build-number.outputs.build_number }}

0 commit comments

Comments
 (0)