Skip to content

Update actions/cache action to v5 - autoclosed #235

Update actions/cache action to v5 - autoclosed

Update actions/cache action to v5 - autoclosed #235

Workflow file for this run

name: Build Photo Library
on:
pull_request:
branches: [ master ]
jobs:
install:
uses: ./.github/workflows/install.yml
secrets: inherit
with:
name: photo-library
build:
uses: ./.github/workflows/build.yml
needs: install
secrets: inherit
with:
name: photo-library