Skip to content

Commit

Permalink
fix: set the correct version tag for jlumbroso/free-disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Mar 13, 2024
1 parent 8fd2fd4 commit 9e23c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-provider-ci/src/action-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ export const githubScript = "actions/github-script@v6";
export const upgradeProviderAction =
"pulumi/[email protected]";
export const slackNotification = "rtCamp/action-slack-notify@v2";
export const freeDiskSpace = "jlumbroso/free-disk-space@v1";
export const freeDiskSpace = "jlumbroso/free-disk-space@v1.3.1"; // action does not support major version pinning, so we need to pin to exact version
export const createKindCluster = "helm/kind-action@v1";

0 comments on commit 9e23c2a

Please sign in to comment.