Skip to content

Bump org.jetbrains.kotlinx:kotlinx-serialization-core from 1.7.3 to 1.8.0 in the maven-dependencies group #105

Bump org.jetbrains.kotlinx:kotlinx-serialization-core from 1.7.3 to 1.8.0 in the maven-dependencies group

Bump org.jetbrains.kotlinx:kotlinx-serialization-core from 1.7.3 to 1.8.0 in the maven-dependencies group #105

Workflow file for this run

name: Dependabot Merge
on:
workflow_dispatch:
pull_request_target:
types:
- opened
jobs:
dependabot-merge:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'gradle-update-robot' }}
steps:
- uses: peter-evans/find-comment@main
id: find-comment
with:
token: ${{ secrets.ACTIONS_TRIGGER_PAT }}
issue-number: ${{ github.event.pull_request.number }}
body-includes: '@dependabot squash and merge'
- uses: peter-evans/create-or-update-comment@main
with:
token: ${{ secrets.ACTIONS_TRIGGER_PAT }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: '@dependabot squash and merge'
edit-mode: replace