Skip to content

chore(deps): Bump softprops/action-gh-release from 2.0.5 to 2.0.8 #154

chore(deps): Bump softprops/action-gh-release from 2.0.5 to 2.0.8

chore(deps): Bump softprops/action-gh-release from 2.0.5 to 2.0.8 #154

Workflow file for this run

name: 'Push'
'on':
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
name: 'Build & Test'
uses: ./.github/workflows/ci.build-test.yml
secrets: inherit
build-dependency-graph:
name: 'Build & Test'
uses: ./.github/workflows/ci.dependency-graph.yml
secrets: inherit
permissions:
contents: write # needed for graph write
deploy-site:
name: 'Deploy'
uses: ./.github/workflows/deploy.site.yml
permissions:
contents: read
pages: write
id-token: write
checks-hashes:
name: 'Checks'
uses: ./.github/workflows/check.hashes.yml