Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Bump actions/checkout from 4.1.1 to 5.0.0 #40

Bump actions/checkout from 4.1.1 to 5.0.0

Bump actions/checkout from 4.1.1 to 5.0.0 #40

---
name: Create Release
on:
workflow_dispatch:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
jobs:
release_please:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
with:
command: manifest
token: ${{ secrets.DCS_GITHUB_TOKEN }}