8000 Use the new cache service: upgrade `@actions/cache` to `^4.0.0` (#1007) · actions/setup-python@b8cf3eb · GitHub
[go: up one dir, main page]

Skip to content

Commit b8cf3eb

Browse files
Use the new cache service: upgrade @actions/cache to ^4.0.0 (#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

32 files changed

+29370
-6715
lines changed

.github/workflows/e2e-cache.yml

Lines 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

Lines 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

Lines 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

Lines 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