Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit b72d6bf

Browse files
Update Scope version
1 parent f11d7fb commit b72d6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
34533453
const core = __importStar(__webpack_require__(310));
34543454
const executor = __importStar(__webpack_require__(826));
34553455
const exec = __importStar(__webpack_require__(230));
3456-
const SCOPE_AGENT_VERSION = "0.2.4";
3456+
const SCOPE_AGENT_VERSION = "0.3.0";
34573457
function run() {
34583458
return __awaiter(this, void 0, void 0, function* () {
34593459
try {

src/scope-for-maven.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
import * as executor from './executor'
33
import * as exec from "@actions/exec";
44

5-
const SCOPE_AGENT_VERSION = "0.2.4";
5+
const SCOPE_AGENT_VERSION = "0.3.0";
66

77
async function run() {
88
try {

0 commit comments

Comments
 (0)