diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 61abcf9..141ccee 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: php-version: 7.4 - name: Setup Python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.1 with: python-version: 3.9 @@ -37,7 +37,7 @@ jobs: tree build/api -H '.' -T "Laravel-Piwik API Docs" -L 1 --noreport -I index.html --charset utf-8 > build/api/index.html - name: Publish to GitHub - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages folder: build \ No newline at end of file