Skip to content

Commit

Permalink
Update actions/core for releases/v2 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Mar 28, 2023
1 parent f0bb916 commit 91d3aa4
Show file tree
Hide file tree
Showing 8 changed files with 63,347 additions and 59,321 deletions.
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/core.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
32 changes: 32 additions & 0 deletions .licenses/npm/@actions/http-client-2.1.0.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions __tests__/distributors/zulu-installer.test.ts
Expand Up @@ -139,6 +139,7 @@ describe('findPackageForDownload', () => {
packageType: 'jdk',
checkLatest: false
});
distribution['getAvailableVersions'] = async () => manifestData;
await expect(
distribution['findPackageForDownload'](distribution['version'])
).rejects.toThrowError(/Could not find satisfied version for semver */);
Expand Down

0 comments on commit 91d3aa4

Please sign in to comment.