Skip to content

Commit 77d949d

Browse files
authored
Merge pull request #10 from guitarrapc/dependabot/github_actions/dependencies-8083c4be3e
chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 in the dependencies group
2 parents 1ad21ba + c7d06e9 commit 77d949d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-24.04
3030
timeout-minutes: 30
3131
steps:
32-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
32+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3333
id: app-token
3434
with:
3535
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}

.github/workflows/update-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
timeout-minutes: 10
1919
steps:
20-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
20+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2121
id: app-token
2222
with:
2323
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}

0 commit comments

Comments
 (0)