Skip to content

chore(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in the actions group #124

chore(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in the actions group

chore(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in the actions group #124

Workflow file for this run

name: "semantic PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions: {}
jobs:
main:
name: validate PR title
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}