From e9ef826cf52a8dbe958d96e2b0c8d9938c226fe4 Mon Sep 17 00:00:00 2001 From: Alex Ellwein Date: Mon, 11 Dec 2023 11:35:58 +0100 Subject: [PATCH] chore(deps): bump Github actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0d591a..ac3684b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 @@ -60,4 +60,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3