Skip to content

Commit 2a1a226

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#12969)
1 parent 3091595 commit 2a1a226

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cleanup-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run update-size-limits
5757

5858
- name: Commit changes back
59-
uses: stefanzweifel/git-auto-commit-action@v6
59+
uses: stefanzweifel/git-auto-commit-action@v7
6060
with:
6161
commit_message: "Clean up Prettier, Size-limit, and Api-Extractor"
6262
push_options: ""

.size-limits.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43882,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38754,
4-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33430,
5-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27518
2+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43931,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38761,
4+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33451,
5+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27513
66
}

0 commit comments

Comments
 (0)