From 83a5ef47b9e0bb9807068ad7ba6ed99c3718b699 Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 27 Feb 2024 02:06:55 +0100 Subject: [PATCH] chore: chore updating versions of the inside action --- .github/workflows/documentation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ee82c71..dda269f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,9 +29,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure GitHub Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v4 - name: Cache phpDocumentor build files id: phpdocumentor-cache uses: actions/cache@v3 @@ -43,7 +43,7 @@ jobs: - name: Build with phpDocumentor run: docker run --rm --volume "$(pwd):/data" phpdoc/phpdoc:3 -vv --target docs --cache-folder .phpdoc/cache - name: Upload artifact to GitHub Pages - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: docs @@ -56,4 +56,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file