Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/cache from 3.3.1 to 4.0.2 #305

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9ddbdd4
fix: package.json to reduce vulnerabilities
snyk-bot Oct 4, 2021
0d26958
fix: package.json to reduce vulnerabilities
snyk-bot Jan 17, 2022
a004c3d
meta: bump the storybook group with 4 updates
dependabot[bot] Jul 18, 2023
827795e
meta: bump the testing-library group with 2 updates
dependabot[bot] Jul 18, 2023
b0b15e9
meta: bump the next-js group with 2 updates
dependabot[bot] Jul 18, 2023
906cc09
Merge branch 'master' into snyk-fix-4323eeb306a1585c618f5c463ab28483
hixio-mh Jul 18, 2023
b2bf222
Merge pull request #133 from FFhix10/snyk-fix-4323eeb306a1585c618f5c4…
hixio-mh Jul 18, 2023
9ec9a5b
Merge branch 'master' into dependabot/npm_and_yarn/testing-library-83…
hixio-mh Jul 18, 2023
d9acfcd
Merge pull request #292 from FFhix10/dependabot/npm_and_yarn/testing-…
hixio-mh Jul 18, 2023
aebdf5d
Merge branch 'master' into snyk-fix-b79dd9ec71723ce4eff015a751ed9128
hixio-mh Jul 18, 2023
41dccd0
Merge pull request #187 from FFhix10/snyk-fix-b79dd9ec71723ce4eff015a…
hixio-mh Jul 18, 2023
95e03ba
Merge branch 'master' into dependabot/npm_and_yarn/storybook-54701aaee0
hixio-mh Jul 18, 2023
019087d
Merge pull request #291 from FFhix10/dependabot/npm_and_yarn/storyboo…
hixio-mh Jul 18, 2023
4b9d807
Merge branch 'master' into dependabot/npm_and_yarn/next-js-8fa9aa3d1e
hixio-mh Jul 18, 2023
7b3e867
Merge pull request #293 from FFhix10/dependabot/npm_and_yarn/next-js-…
hixio-mh Jul 18, 2023
5976a89
chore(deps): bump actions/cache from 3.3.1 to 4.0.2
dependabot[bot] Apr 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: Restore Cache
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: |
~/.npm
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
path: .next/analyze/__bundle_analysis.json

- name: Save Cache
uses: actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: |
~/.npm
Expand All @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9

- name: Restore Cache
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: |
~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Restore Cache
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: |
~/.npm
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0

- name: Restore Cache
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: |
~/.npm
Expand Down
Loading
Loading