diff --git a/CODEOWNERS b/CODEOWNERS index a47bd5b..4389365 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ * @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 diff --git a/pages/gatsby.yml b/pages/gatsby.yml index 7d5c342..c82a2f7 100644 --- a/pages/gatsby.yml +++ b/pages/gatsby.yml @@ -65,7 +65,7 @@ jobs: # You may remove this line if you want to manage the configuration yourself. static_site_generator: gatsby - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | public diff --git a/pages/nextjs.yml b/pages/nextjs.yml index e855af2..f91a07d 100644 --- a/pages/nextjs.yml +++ b/pages/nextjs.yml @@ -62,7 +62,7 @@ jobs: # You may remove this line if you want to manage the configuration yourself. static_site_generator: next - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .next/cache diff --git a/pages/nuxtjs.yml b/pages/nuxtjs.yml index f133bb1..5ceb0e8 100644 --- a/pages/nuxtjs.yml +++ b/pages/nuxtjs.yml @@ -60,7 +60,7 @@ jobs: # You may remove this line if you want to manage the configuration yourself. static_site_generator: nuxt - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | dist