Skip to content

Commit

Permalink
chore: chore updating versions of the inside action
Browse files Browse the repository at this point in the history
  • Loading branch information
well-it-wasnt-me committed Feb 27, 2024
1 parent 2ee66b3 commit 83a5ef4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -56,4 +56,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 83a5ef4

Please sign in to comment.