Skip to content

Commit 7882b87

Browse files
committed
using latest version
1 parent 5260ae1 commit 7882b87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/loginAzurePowerShell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.initializeAz = (servicePrincipalId, servicePrincipalKey, tenantId, subsc
2626
});
2727
function setPSModulePath() {
2828
// TODO: get latest module/setup action
29-
let azPSVersion = "2.6.0";
29+
let azPSVersion = "3.5.0";
3030
let modulePath = "";
3131
switch (process.env.RUNNER_OS) {
3232
case "Linux":

src/loginAzurePowerShell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const initializeAz = async (servicePrincipalId: string, servicePrincipalK
1111

1212
function setPSModulePath() {
1313
// TODO: get latest module/setup action
14-
let azPSVersion: string = "2.6.0";
14+
let azPSVersion: string = "3.5.0";
1515
let modulePath: string = "";
1616
switch (process.env.RUNNER_OS) {
1717
case "Linux":

0 commit comments

Comments
 (0)