Skip to content

Update actions/checkout digest to 11bd719 (#357) #8

Update actions/checkout digest to 11bd719 (#357)

Update actions/checkout digest to 11bd719 (#357) #8

Workflow file for this run

name: Master Push
on:
push:
branches:
- master
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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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:
token: "${{ secrets.GITHUB_TOKEN }}"