Skip to content

Commit b3697a3

Browse files
committed
chore: update action versions
1 parent e6e3b1b commit b3697a3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,16 @@ new Biome(project, {
6969
organizeImports: true,
7070
})
7171

72+
// Update actions
73+
74+
project.github?.actions.set(
75+
'actions/upload-artifact',
76+
'actions/[email protected]',
77+
)
78+
79+
project.github?.actions.set(
80+
'amannn/action-semantic-pull-request',
81+
82+
)
83+
7284
project.synth()

0 commit comments

Comments
 (0)