Skip to content

Commit

Permalink
CLDR-18179 deps: deploy-pages@v4
Browse files Browse the repository at this point in the history
- also update perms
  • Loading branch information
srl295 committed Jan 8, 2025
1 parent b2cc261 commit c7d83c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
pages: write
deployments: write
id-token: write
actions: read

on:
pull_request:
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4.0.5
# only run one deployment at once.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c7d83c6

Please sign in to comment.