Skip to content

Build(deps): bump kotlin.version from 1.9.23 to 1.9.24 #431

Build(deps): bump kotlin.version from 1.9.23 to 1.9.24

Build(deps): bump kotlin.version from 1.9.23 to 1.9.24 #431

Workflow file for this run

name: Run XML linting
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Run XML linting
run: |
sudo apt update -qq && sudo apt install -qq libxml2-utils
xmllint pom.xml
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/github-action-merge-dependabot@v3.10.1
with:
target: minor