Skip to content

Commit

Permalink
Switch to fra2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtverstehen committed Oct 24, 2023
1 parent 752f3e7 commit 265d106
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion actions-toolkit
2 changes: 1 addition & 1 deletion dist/restore-only/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ const requestUtils_1 = __nccwpck_require__(7577);
const versionSalt = '1.0';
function getCacheApiUrl(resource) {
const baseUrl = process.env['NAMESPACE_CACHE_URL'] ||
'https://cache.github-services.fra1.nscluster.cloud/';
'https://cache.github-services.fra2.nscluster.cloud/';
if (!baseUrl) {
throw new Error('Cache Service Url not found, unable to restore cache.');
}
Expand Down
2 changes: 1 addition & 1 deletion dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ const requestUtils_1 = __nccwpck_require__(7577);
const versionSalt = '1.0';
function getCacheApiUrl(resource) {
const baseUrl = process.env['NAMESPACE_CACHE_URL'] ||
'https://cache.github-services.fra1.nscluster.cloud/';
'https://cache.github-services.fra2.nscluster.cloud/';
if (!baseUrl) {
throw new Error('Cache Service Url not found, unable to restore cache.');
}
Expand Down
2 changes: 1 addition & 1 deletion dist/save-only/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ const requestUtils_1 = __nccwpck_require__(7577);
const versionSalt = '1.0';
function getCacheApiUrl(resource) {
const baseUrl = process.env['NAMESPACE_CACHE_URL'] ||
'https://cache.github-services.fra1.nscluster.cloud/';
'https://cache.github-services.fra2.nscluster.cloud/';
if (!baseUrl) {
throw new Error('Cache Service Url not found, unable to restore cache.');
}
Expand Down
2 changes: 1 addition & 1 deletion dist/save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ const requestUtils_1 = __nccwpck_require__(7577);
const versionSalt = '1.0';
function getCacheApiUrl(resource) {
const baseUrl = process.env['NAMESPACE_CACHE_URL'] ||
'https://cache.github-services.fra1.nscluster.cloud/';
'https://cache.github-services.fra2.nscluster.cloud/';
if (!baseUrl) {
throw new Error('Cache Service Url not found, unable to restore cache.');
}
Expand Down

0 comments on commit 265d106

Please sign in to comment.