Skip to content

Commit f448472

Browse files
chore(deps): bump actions/create-github-app-token in the github group
Bumps the github group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2.1.1 to 2.1.4 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@a8d6161...6701853) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbf1bd8 commit f448472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: lambdas
3535
run: yarn install --frozen-lockfile && yarn run test && yarn dist
3636
- name: Get installation token
37-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
37+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3838
id: token
3939
with:
4040
app-id: ${{ vars.RELEASER_APP_ID }}

0 commit comments

Comments
 (0)