Skip to content

Update actions/checkout action to v6.0.1 (#1550) #79

Update actions/checkout action to v6.0.1 (#1550)

Update actions/checkout action to v6.0.1 (#1550) #79

---
name: create-release
on:
push:
branches:
- main
paths:
- .github/workflows/create-release.yml
- dist/**
- action.yml
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: dev-hato/actions-create-release@d705995b736cfdc0820c8b6a27857f35407516ab # v0.0.50
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true