You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had incidents last nigt of build failing because of the following error even though the version we used is already v4.
This morning it's no longer flagged as error but warning so builds are passing now but the warning still shows that our version will be deprecated even though we're already using the v4:
Last night's error
Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683)
Download action repository 'docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe[34]
Download action repository 'actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af' (SHA:39370e3970a6d050c480ffad4ff0ed4d3fdee5af)
Download action repository 'actions/cache@v4' (SHA:1bd1e32a3bdc45362d1e726936510720a7c30a57)
Download action repository 'dorny/test-reporter@v1' (SHA:d61b558e8df85cb60d09ca3e5b09653b4477cea7)
Download action repository 'sonarsource/sonarcloud-github-action@master' (SHA:f1700773ebdb6efe6b3f8a5cf66150027dda8f5e)
Download action repository 'actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882' (SHA:b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882)
Getting action download info
Download action repository 'SonarSource/sonarqube-scan-action@v4.1.0' (SHA:1b442ee[39]
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: v4.0.2`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
This morning's warning:
[Build / Test and build]
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Hi,
We had incidents last nigt of build failing because of the following error even though the version we used is already v4.
This morning it's no longer flagged as error but warning so builds are passing now but the warning still shows that our version will be deprecated even though we're already using the v4:
Last night's error
This morning's warning:
We are using the following versions:
The text was updated successfully, but these errors were encountered: