Skip to content

Bump actions/checkout from 5 to 6 #5

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #5

Workflow file for this run

---
name: Validate
"on":
pull_request:
branches:
- main
jobs:
validate:
name: "Validate"
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Semantic release dry run
run: |
docker run --rm \
--user 1001 \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
ghcr.io/disafronov/semantic-release:latest \
--dry-run