Skip to content

Commit 2ccb80f

Browse files
deps(ci): bump the github-actions group with 2 updates (#106)
Bumps the github-actions group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesco Pace <francesco.pace@gmail.com>
1 parent 3712763 commit 2ccb80f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Detect if push commit belongs to merged PR
3333
id: detect
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
with:
3636
script: |
3737
// Default: run CI unless we prove this is a merged-PR push to develop.

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Generate GitHub App token
3333
id: app-token
34-
uses: actions/create-github-app-token@v2
34+
uses: actions/create-github-app-token@v3
3535
with:
3636
app-id: ${{ secrets.CLA_APP_ID }}
3737
private-key: ${{ secrets.CLA_APP_PRIVATE_KEY }}
@@ -40,7 +40,7 @@ jobs:
4040
if: >-
4141
github.event_name == 'pull_request_target' ||
4242
(github.event_name == 'issue_comment' && github.event.issue.pull_request)
43-
uses: actions/github-script@v7
43+
uses: actions/github-script@v8
4444
with:
4545
github-token: ${{ steps.app-token.outputs.token }}
4646
script: |

0 commit comments

Comments
 (0)