Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Jul 25, 2024
1 parent 7957590 commit f5a7d82
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

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

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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

12 changes: 6 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { NodeProject, TrailingComma, UpgradeDependenciesSchedule } from 'projen/
import { ReleaseTrigger } from 'projen/lib/release';

const defaultReleaseBranch = 'main';
const setupPythonAction = 'actions/setup-python@v5'
const setupNodeAction = 'actions/setup-node@v4'
const setupSamAction = 'aws-actions/setup-sam@v2'
const downloadArtifactAction = 'actions/download-artifact@v4'
const nodeActionVersion = '18'
const setupPythonAction = 'actions/setup-python@v5';
const setupNodeAction = 'actions/setup-node@v4';
const setupSamAction = 'aws-actions/setup-sam@v2';
const downloadArtifactAction = 'actions/download-artifact@v4';
const nodeActionVersion = '18';

const project = new awscdk.AwsCdkTypeScriptApp({
cdkVersion: '2.95.0',
Expand Down Expand Up @@ -187,7 +187,7 @@ project.release?.addJobs({
uses: setupNodeAction,
with: {
'node-version': nodeActionVersion,
}
},
},
{
name: 'Download build artifacts',
Expand Down

0 comments on commit f5a7d82

Please sign in to comment.