Skip to content

Commit

Permalink
chore(deps): update pinned versions of GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Mar 13, 2024
1 parent fbe6b05 commit f27e75e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/upgrade-cdktf.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/upgrade-node.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ const shortName = name.replace(/^@?cdktf[-\/]/g, "");

const githubActionPinnedVersions = {
"actions/checkout": "b4ffde65f46336ab88eb53be808477a3936bae11", // v4.1.1
"actions/download-artifact": "9bc31d5ccc31df68ecc42ccf4149144866c47d8a", // v3.0.2
"actions/download-artifact": "c850b930e6ba138125429b7e5c93fc707a7f8427", // v4.1.4
"actions/github-script": "60a0d83039c74a4aee543508d2ffcb1c3799cdea", // v7.0.1
"actions/setup-node": "8f152de45cc393bb48ce5d89d36b731f54556e65", // v4.0.0
"actions/upload-artifact": "a8a3f3ad30e3422c9c7b888a15615d19a852ae32", // v3.1.3
"actions/setup-node": "60edb5dd545a775178f52524783378180af0d1f8", // v4.0.2
"actions/upload-artifact": "5d5d22a31266ced268874388b861e4b58bb5c2f3", // v4.3.1
"amannn/action-semantic-pull-request":
"e9fabac35e210fea40ca5b14c0da95a099eff26f", // v5.4.0
"peter-evans/create-pull-request": "153407881ec5c347639a548ade7d8ad1d6740e38", // v5.0.2
"peter-evans/create-pull-request": "a4f52f8033a6168103c2538976c07b467e8163bc", // v6.0.1
};

const constructsVersion = "10.3.0";
Expand Down

0 comments on commit f27e75e

Please sign in to comment.