Merge branch 'main' into patch-1

This commit is contained in:
Jon Janego
2024-01-29 14:34:36 -06:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* @actions/actions-workflow-development-reviewers * @actions/actions-workflow-development-reviewers
/code-scanning/ @actions/advanced-security-code-scanning @actions/actions-workflow-development-reviewers /code-scanning/ @actions/advanced-security-code-scanning @actions/actions-workflow-development-reviewers @actions/advanced-security-dependency-graph
/pages/ @actions/pages @actions/actions-workflow-development-reviewers /pages/ @actions/pages @actions/actions-workflow-development-reviewers
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself. # You may remove this line if you want to manage the configuration yourself.
static_site_generator: gatsby static_site_generator: gatsby
- name: Restore cache - name: Restore cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
public public
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself. # You may remove this line if you want to manage the configuration yourself.
static_site_generator: next static_site_generator: next
- name: Restore cache - name: Restore cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
.next/cache .next/cache
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself. # You may remove this line if you want to manage the configuration yourself.
static_site_generator: nuxt static_site_generator: nuxt
- name: Restore cache - name: Restore cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
dist dist