Updating GHES workflows

This commit is contained in:
GitHub Actions
2023-01-26 00:44:29 +00:00
parent 0e88c801eb
commit e1cecc376a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
working-directory: ${{ env.BUILD_PATH }}