Skip to content

Release - [Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group #412] by @dependabot[bot] #407

Release - [Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group #412] by @dependabot[bot]

Release - [Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group #412] by @dependabot[bot] #407

Workflow file for this run

name: Release
run-name: "Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
paths:
- '.github/actions/**'
- '.github/workflows/**'
- '!.github/workflows/Release.yml'
- '!.github/workflows/Linter.yml'
- '!.github/workflows/Workflow-Test-*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write # Required to create releases
pull-requests: write # Required to create comments on the PRs
jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Release
uses: PSModule/Release-GHRepository@750abed0ecab02394554b610dc3aa191e75e3248 # v2.0.3