Skip to content

Commit 7b19fec

Browse files
authored
Merge pull request #604 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.77.0
chore(deps): Bump @docker/actions-toolkit from 0.68.0 to 0.79.0
2 parents 6b695f7 + 281c9b0 commit 7b19fec

File tree

8 files changed

+635
-1244
lines changed

8 files changed

+635
-1244
lines changed

__tests__/meta.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import * as fs from 'fs';
33
import * as path from 'path';
44
import * as dotenv from 'dotenv';
55

6-
import {GitHub} from '@docker/actions-toolkit/lib/github.js';
6+
import {GitHub} from '@docker/actions-toolkit/lib/github/github.js';
77
import {Toolkit} from '@docker/actions-toolkit/lib/toolkit.js';
8-
import {GitHubRepo} from '@docker/actions-toolkit/lib/types/github.js';
8+
import {GitHubRepo} from '@docker/actions-toolkit/lib/types/github/github.js';
99

1010
import {ContextSource, getContext, getInputs, Inputs} from '../src/context.js';
1111
import type {Context as MetadataContext} from '../src/context.js';

__tests__/setup.unit.ts

Lines changed: 230 additions & 237 deletions
Large diffs are not rendered by default.

dist/index.js

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

dist/index.js.map

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@actions/core": "^3.0.0",
2828
"@actions/github": "^9.0.0",
29-
"@docker/actions-toolkit": "^0.68.0",
29+
"@docker/actions-toolkit": "^0.79.0",
3030
"@renovate/pep440": "^1.0.0",
3131
"csv-parse": "^6.1.0",
3232
"handlebars": "^4.7.8",

src/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from '@actions/core';
22

33
import {Util} from '@docker/actions-toolkit/lib/util.js';
44
import {Git} from '@docker/actions-toolkit/lib/git.js';
5-
import {GitHub} from '@docker/actions-toolkit/lib/github.js';
5+
import {GitHub} from '@docker/actions-toolkit/lib/github/github.js';
66
import {Toolkit} from '@docker/actions-toolkit/lib/toolkit.js';
77

88
type GithubContext = typeof GitHub.context;

src/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as pep440 from '@renovate/pep440';
66
import * as semver from 'semver';
77
import * as core from '@actions/core';
88
import {Context as ToolkitContext} from '@docker/actions-toolkit/lib/context.js';
9-
import {GitHubRepo} from '@docker/actions-toolkit/lib/types/github.js';
9+
import {GitHubRepo} from '@docker/actions-toolkit/lib/types/github/github.js';
1010

1111
import {Inputs, Context} from './context.js';
1212
import * as icl from './image.js';

0 commit comments

Comments
 (0)