mirror of
https://github.com/gradle/actions.git
synced 2026-08-23 14:22:51 +00:00
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:
co-authored by
Claude Opus 4.8
parent
8a24b30373
commit
1bbceb8c10
@@ -2,7 +2,7 @@ import {CacheCleanupStatus, CacheEntryReport, CacheReport, CacheStatus, ProjectC
|
|||||||
|
|
||||||
const DOCS = 'https://github.com/gradle/actions/blob/main/docs/setup-gradle.md'
|
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 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
|
* Identifies the caching provider in use, so the report can attribute the cache
|
||||||
|
|||||||
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gradle-actions-caching",
|
"name": "gradle-actions-caching",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user