Skip to content

Commit 8602772

Browse files
chore: bump actions/create-github-app-token from 2.1.1 to 2.1.4 in the patch-updates group (#131)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel <13658011+sdn4z@users.noreply.github.com>
1 parent 039e53f commit 8602772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
name: "Bump version and create changelog with commitizen"
1414
steps:
15-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
15+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}

.github/workflows/preview-bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
name: "Preview next version"
1414
steps:
15-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
15+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}

0 commit comments

Comments
 (0)