-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update minor and patch dependencies
- Loading branch information
1 parent
01089b3
commit 9d0747c
Showing
3 changed files
with
412 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v3.6.0 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
cache: ${{ env.NODE_CACHE }} | ||
- name: Restore NextJs cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ${{ github.workspace }}/.next/cache | ||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/*.[jt]s', '**/*.[jt]sx') }} | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Build application | ||
run: yarn build | ||
- name: Cache NextJs build | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ${{ github.workspace }}/.next | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
@@ -49,9 +49,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v3.6.0 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
cache: ${{ env.NODE_CACHE }} | ||
|
@@ -70,16 +70,16 @@ jobs: | |
if: github.ref == 'refs/heads/main' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v3.6.0 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
cache: ${{ env.NODE_CACHE }} | ||
- name: Install dependencies | ||
run: yarn install --frozen-lockfile | ||
- name: Restore cached NextJs build | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: ${{ github.workspace }}/.next | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.