Skip to content

chore(deps): update github actions (major) #262

chore(deps): update github actions (major)

chore(deps): update github actions (major) #262

Workflow file for this run

name: PR
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash
permissions:
contents: write
pull-requests: write
packages: write
id-token: write
jobs:
determine_version:
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
uses: ./.github/workflows/determine_version.yaml
build:
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
needs: determine_version
uses: ./.github/workflows/build.yaml
with:
version: ${{ needs.determine_version.outputs.version }}