Skip to content

Commit

Permalink
updates login-action to v3 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Amir Szekely <[email protected]>
  • Loading branch information
unamashana and kichik authored Nov 12, 2023
1 parent ab4c5a5 commit 2a6707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export class MasonGitHubWorkflow extends PipelineBase {

return [
{
uses: 'docker/login-action@v1',
uses: 'docker/login-action@v3',
with: params,
},
];
Expand Down

0 comments on commit 2a6707f

Please sign in to comment.