From c7d83c64accd415a789a20d8b6a9535fc9f774c2 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 8 Jan 2025 12:32:26 -0600 Subject: [PATCH] CLDR-18179 deps: deploy-pages@v4 - also update perms --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c6c7b3b281b..33ac70a77b8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,6 +13,7 @@ permissions: pages: write deployments: write id-token: write + actions: read on: pull_request: @@ -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 }}