Point /register link at the actual deployment hostname

Match the corrected backend host (actions-caching-registration.vercel.app) in the
not-registered notice, and refresh the vendored gradle-actions-caching to 0.9.2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daz DeBoer
2026-06-29 10:36:40 -06:00
co-authored by Claude Opus 4.8
parent 8a24b30373
commit 1bbceb8c10
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import {CacheCleanupStatus, CacheEntryReport, CacheReport, CacheStatus, ProjectC
const DOCS = 'https://github.com/gradle/actions/blob/main/docs/setup-gradle.md'
const DISTRIBUTION = 'https://github.com/gradle/actions/blob/main/DISTRIBUTION.md'
const REGISTER = 'https://gradle-actions-caching-registration.vercel.app/register'
const REGISTER = 'https://actions-caching-registration.vercel.app/register'
/**
* Identifies the caching provider in use, so the report can attribute the cache
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gradle-actions-caching",
"version": "0.9.1",
"version": "0.9.2",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",