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

Commit f862729

Browse files
committed
chore: updated actions
1 parent 8889f96 commit f862729

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pull-request-lint.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,14 @@ project.postSynthesize = async () => {
5454

5555
project.vscode?.extensions.addRecommendations('biomejs.biome')
5656

57+
project.github?.actions.set(
58+
'actions/upload-artifact',
59+
'actions/[email protected]',
60+
)
61+
62+
project.github?.actions.set(
63+
'amannn/action-semantic-pull-request',
64+
65+
)
66+
5767
project.synth()

0 commit comments

Comments
 (0)