From d0533f71904dc5cb5a3a7d69b7394a84122efba2 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Thu, 20 Oct 2022 08:12:58 +0200 Subject: [PATCH] Upgrade actions/deploy-pages v1.2.1 -> v1.2.2 (#302) See: - https://github.com/actions/deploy-pages/releases/tag/v1.2.2 - https://github.com/actions/deploy-pages/compare/v1.2.1...v1.2.2 --- .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 bb0e985c0e..0436f10828 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.1 + uses: actions/deploy-pages@v1.2.2