-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate away from the save-state
command to Environment Files
#461
Comments
If I read that right, this should be solved by #455 |
This changeset upgrades `@actions/core` to `1.10.1`, along with `@actions/github` and `@actions/cache`. The codebase-enclosed patch for `@actions/cache` applied successfully and was also updated. Fixes and closes gradle#461.
This changeset upgrades `@actions/core` to `1.10.1`, along with `@actions/github` and `@actions/cache`. The codebase-enclosed patch for `@actions/cache` applied successfully and was also updated. Fixes and closes gradle#461.
@tbroyer looking at https://github.com/actions/checkout/pull/962/files and https://github.com/actions/checkout/pull/939/files there might be more to do. Although in https://github.com/actions/setup-java/pull/390/files they didn't need to do anything else. I think for https://github.com/oss-review-toolkit/ort/actions/runs/3233029610/jobs/5294381795#step:4:2131 there are extra steps to replace:
I think it'll be something like this: File(System.getEnv("GITHUB_OUTPUT")) << "build-scan-url=${buildScan.buildScanUri}\n" (unsure if Also there are similar usages in examples: |
- Use GITHUB_OUTPUT file in init script - Write to a marker file in configuratiion-cache tests Fixes #461
- Use GITHUB_OUTPUT file in init script - Write to a marker file in configuratiion-cache tests Fixes #461
The fix has been released as |
Confirmed clean Gradle builds in detekt/detekt#5467 |
I'm getting warnings that
This is just a heads-up to plan for the migration.
The text was updated successfully, but these errors were encountered: