Skip to content

Commit c53cfb2

Browse files
chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (ohmyzsh#13689)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1708d84 commit c53cfb2

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@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
26+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
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@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
25+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2626
with:
2727
app-id: ${{ secrets.OHMYZSH_APP_ID }}
2828
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)