Skip to content

Update actions/checkout digest to 692973e #133

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #133

Workflow file for this run

name: "Pull Request"
on: pull_request
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
release:
runs-on: ubuntu-22.04
name: "Build and release action"
needs: [build]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
persist-credentials: true
- name: Configure git
uses: smartlyio/github-actions@git-init-userinfo-v1
- name: Release flow
uses: smartlyio/github-actions@release-action-node-v1
with:
dry_run: true
token: "${{ secrets.GITHUB_TOKEN }}"