From 5d86a667913905f6b77de1ccdb35417a0f2bb589 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Tue, 22 Nov 2022 14:27:40 +0100 Subject: [PATCH] Upgrade actions/deploy-pages v1.2.2 -> v1.2.3 (#365) See: - https://github.com/actions/deploy-pages/releases/tag/v1.2.3 - https://github.com/actions/deploy-pages/compare/v1.2.2...v1.2.3 --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 941336c22b..7ab44cea79 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -46,4 +46,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1.2.2 + uses: actions/deploy-pages@v1.2.3