Skip to content

Commit 2aa9474

Browse files
committed
fix: Update default workflow version to 2.14.1 in danger and updater workflows
1 parent f0cf33b commit 2aa9474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
description: 'Internal: specify github-workflows (this repo) revision to use when checking out scripts.'
77
type: string
88
required: false
9-
default: v2 # Note: update when publishing a new version
9+
default: '2.14.1' # Note: this is updated during release process
1010
outputs:
1111
outcome:
1212
description: Whether the Danger run finished successfully. Possible values are success, failure, cancelled, or skipped.

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242
description: 'Internal: specify github-workflows (this repo) revision to use when checking out scripts.'
4343
type: string
4444
required: false
45-
default: v2 # Note: update when publishing a new version
45+
default: '2.14.1' # Note: this is updated during release process
4646
secrets:
4747
api-token:
4848
required: true

0 commit comments

Comments
 (0)