Skip to content

chore(ci): update: bump actions/checkout from 4 to 5 #31

chore(ci): update: bump actions/checkout from 4 to 5

chore(ci): update: bump actions/checkout from 4 to 5 #31

Workflow file for this run

name: commits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: webiny/[email protected]
# optional, required for private repos
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}