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 to 4 #635

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0c6f708
chore(deps): bump @emotion/react from 11.10.4 to 11.10.6
dependabot[bot] Feb 17, 2023
9ec76a1
Merge branch 'develop' into dependabot/npm_and_yarn/emotion/react-11.…
Clm-Roig Dec 8, 2023
805dca9
chore(deps): bump word-wrap from 1.2.3 to 1.2.5
dependabot[bot] Dec 8, 2023
eaeb1bf
chore(deps-dev): bump semver from 5.7.1 to 5.7.2
dependabot[bot] Dec 8, 2023
66858b0
chore(deps): bump tough-cookie and @cypress/request
dependabot[bot] Dec 8, 2023
cb6228c
chore(deps): bump actions/cache from 3 to 4
dependabot[bot] Jan 17, 2024
3a35382
Merge branch 'develop' into dependabot/npm_and_yarn/emotion/react-11.…
Clm-Roig Feb 6, 2024
1998935
Merge pull request #602 from Clm-Roig/dependabot/npm_and_yarn/emotion…
Clm-Roig Feb 6, 2024
975fc49
Merge branch 'develop' into dependabot/npm_and_yarn/word-wrap-1.2.5
Clm-Roig Feb 6, 2024
f688d2f
Merge branch 'develop' into dependabot/npm_and_yarn/semver-5.7.2
Clm-Roig Feb 6, 2024
dff31e3
Merge pull request #611 from Clm-Roig/dependabot/npm_and_yarn/word-wr…
Clm-Roig Feb 6, 2024
5d6a117
Merge pull request #612 from Clm-Roig/dependabot/npm_and_yarn/semver-…
Clm-Roig Feb 6, 2024
acf9343
chore(deps): bump follow-redirects from 1.14.9 to 1.15.5
dependabot[bot] Feb 6, 2024
94a905b
Merge branch 'develop' into dependabot/npm_and_yarn/tough-cookie-and-…
Clm-Roig Feb 6, 2024
d116e04
Merge pull request #613 from Clm-Roig/dependabot/npm_and_yarn/tough-c…
Clm-Roig Feb 6, 2024
cef2822
Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-…
Clm-Roig Feb 6, 2024
5bf789a
Merge pull request #641 from Clm-Roig/dependabot/npm_and_yarn/follow-…
Clm-Roig Feb 6, 2024
b033e4e
Merge branch 'develop' into dependabot/github_actions/actions/cache-4
Clm-Roig Feb 6, 2024
fc22095
Merge branch 'develop' into dependabot/github_actions/actions/cache-4
Clm-Roig Feb 6, 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
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
Loading