Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit b8cf3eb

Browse filesBrowse files
Use the new cache service: upgrade @actions/cache to ^4.0.0 (actions#1007)
* Upgrade-actions/cache * Review licenses & update types * Fixed poetry install command in e2e-cache.yml * Updated package-lock.json
1 parent 1928ae6 commit b8cf3eb
Copy full SHA for b8cf3eb
Expand file treeCollapse file tree

32 files changed

+29370
-6715
lines changed

‎.github/workflows/e2e-cache.yml

Copy file name to clipboardExpand all lines: .github/workflows/e2e-cache.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
python-version: ${{ matrix.python-version }}
9090
cache: 'poetry'
9191
- name: Install dependencies
92-
run: poetry install
92+
run: poetry install --no-root
9393

9494
python-pip-dependencies-caching-path:
9595
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }}, caching path)

‎.licenses/npm/@actions/cache.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@actions/cache.dep.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@actions/core.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@actions/core.dep.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@protobuf-ts/plugin-framework.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@protobuf-ts/plugin-framework.dep.yml
+185Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.