From 8809fe1dd484cd3752f273055e52df576ec9963f Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 4 Apr 2024 14:18:32 +0200 Subject: [PATCH] chore: fix ci deprcation (github pages) --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index ab93e2232..da1775f95 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2