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

Bump actions/cache from 2 to 3 #2

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3dd023c
Bump actions/cache from 2 to 3
dependabot[bot] Sep 23, 2022
245981d
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Sep 23, 2022
ea10304
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Sep 23, 2022
58af4ef
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Sep 23, 2022
3bd3a0b
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
3d970bc
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
e27267a
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
fdff784
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
d8a6571
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
7e11a1b
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
311fa6d
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
de194c4
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
fd4ba75
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
c526683
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
e933cfb
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
ae08911
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
2edc8bc
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
16de31a
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
17eaf5f
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
46e07eb
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
007ba80
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
d293101
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
880a88d
Update publish.yml
joshblack Oct 6, 2022
796bf4e
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
35f3da0
Merge branch 'main' into dependabot/github_actions/actions/cache-3
joshblack Oct 6, 2022
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/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- uses: actions/cache@v2
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down