Skip to content

Bump Amazon.CDK.Lib from 2.239.0 to 2.240.0 #1

Bump Amazon.CDK.Lib from 2.239.0 to 2.240.0

Bump Amazon.CDK.Lib from 2.239.0 to 2.240.0 #1

Workflow file for this run

# Generated from Workflow.pkl. DO NOT EDIT.
name: Lint PR
'on':
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Validate PR title
permissions:
pull-requests: read
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 1
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
with:
experimental: true
- name: dotnet restore cache
id: dotnet-cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ~/.nuget/packages
key: nuget-${{hashFiles('**/packages.lock.json')}}
restore-keys: nuget-
- env:
GITHUB_TOKEN: ${{ github.token }}
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
with:
wip: 'true'