Skip to content

Update actions/checkout action to v4.2.2 (#1595) #41

Update actions/checkout action to v4.2.2 (#1595)

Update actions/checkout action to v4.2.2 (#1595) #41

---
name: create-release
on:
push:
branches:
- main
paths:
- .github/workflows/create-release.yml
- scripts/action/**
- action.yml
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true