Skip to content

Commit b42f226

Browse files
chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 (ohmyzsh#13636)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7de1362 commit b42f226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- name: Authenticate as @ohmyzsh
2525
id: generate-token
26-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
26+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2727
with:
2828
app-id: ${{ secrets.OHMYZSH_APP_ID }}
2929
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
egress-policy: audit
2323
- name: Authenticate as @ohmyzsh
2424
id: generate-token
25-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
25+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2626
with:
2727
app-id: ${{ secrets.OHMYZSH_APP_ID }}
2828
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)