Skip to content

Commit

Permalink
Bump actions/configure-pages from 3 to 4 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent ced2e3d commit 4f15ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: flutter build web --release --base-href "/${{ github.event.repository.name }}/"

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 4f15ea2

Please sign in to comment.