Skip to content

Commit

Permalink
chore(deps): pin dependencies (#4032)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 31, 2022
1 parent 223d31a commit d714540
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/etl.yml
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
env:
cache-name: cache-node-modules
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lintChanged.yml
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
env:
cache-name: cache-node-modules
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -25,16 +25,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
with:
node-version: ${{ matrix.node }}

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
env:
cache-name: cache-node-modules
with:
Expand Down

1 comment on commit d714540

@vercel
Copy link

@vercel vercel bot commented on d714540 Dec 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.