Skip to content

Commit 91d3aa4

Browse files
Update actions/core for releases/v2 (#466)
1 parent f0bb916 commit 91d3aa4

File tree

8 files changed

+63347
-59321
lines changed

8 files changed

+63347
-59321
lines changed

.licenses/npm/@actions/core.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/http-client-2.1.0.dep.yml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__tests__/distributors/zulu-installer.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ describe('findPackageForDownload', () => {
139139
packageType: 'jdk',
140140
checkLatest: false
141141
});
142+
distribution['getAvailableVersions'] = async () => manifestData;
142143
await expect(
143144
distribution['findPackageForDownload'](distribution['version'])
144145
).rejects.toThrowError(/Could not find satisfied version for semver */);

0 commit comments

Comments
 (0)